I'm trying to get a jqplot
chart to display a bunch of data in different colored bars with a key on the right, but the scaling doesn't seem to work properly. My data looks like this:
data:[[1.03],[1.02],[1.05],[1.02],[1.011]],
labels:["Imperial Stout","Lager","Porter","Etc","etc"],
I can try to let it auto scale, and it cuts off half of the bars like this: (jsfiddle)
I tried setting the axis scale from 0.8 to 1.2, but it clusters all of the bars in the center leaving a ton of empty space on the chart like this: (jsfiddle)
Is there a way to get this to display correctly?
I can't put them in one series because the legend just labels that as "Series 1".