We have a fairly simple use case, showing 2-90 days of a single data item, on an area chart. But I can't understand how to correct two issues with the horizontal axis labels, which are dates and have slanted=false, and would appreciate advice:
- some labels are cut off even though all are the same length (01/05/12, 12/32/11, etc)
- the first label is (seems to be) centered under the first data point, meaning that the left end of the label is actually underneath the vertical axis labels
Related, there are about 90 days data in the view on my screen at the moment but only two labels. If neither of the two issues was present this might not be so bad but as it is I would rather not have the first item get a label. Reading through previous messages in this group I see that it isn't possible to control the number of labels in a continuous data series but the advice I see for making it treated like a discrete series is to have the first item have a string data type. Unfortunately if I change my first addColumn call to pass string instead of number I don't get a chart.
Thanks,
Bill