So I've given up on the dateTime axis and now I have it set up with categories; I'm generating the categories while I gather the data. Now I have 2 new things I can't figure out:
1) I'm generating the labels as such
categories: [ '','','labal A','','' '' label b']
otherwise there are too many labels and they dont fit. Is there a way to automatically have it select labels that will fit on the axis without having to fudge it? For example it would be nice if I could give every column a label, but have the plugin only put on labels where they fit on the axis.
2) Column width.
I'd like the columns to be wider, so they almost touch (ie a 1px gutter between them). Is there a way to set the gutter or the width?
3) Is there a way to randomly select a color for the columns, so with 1 series they're all different colors? Some other packages do this and it looks nicer than having all 1 color.
sorry for all of the questions but I'm converting a bunch of existing charts to see if we can use jqChart.
4) Doing the category labels the way Im doing them, they are offset too far from the axis. Since you can't Inspect elements inside the canvas Im not sure if its a CSS issue, or an artifact of the empty labels.