tags:

views:

186

answers:

1

I am working on a flot graph where i have a few data points i want to display next to each other as bars per x axis, by default the bars overlap and i cant seem to find out where to do this.

I found a basic example of what im trying to do here:

jquery chart

+2  A: 

Here's a plugin that gives more support for that type of graph: http://code.google.com/p/flot/issues/detail?id=159

eliah