Post your code or a link to the page and I'll take a look and see what I can come up with.
On Thursday, June 28, 2012 11:33:09 AM UTC-4, mikidelux wrote:
Hi there!
I'm having some problems while drawing a line chart with multiple series if those series are not of the same size. I have not found any reference about this issue in the API documentation.
The API generates points (with strange values) to make for the ones missing, but using a continuous hAxis (dates) it messes up the graph. For example,
I suppose I have to introduce the missing values as "null", but it's not an easy or clean task, I'd rather avoid doing so.
Is there any other way of controlling this behaviour?
Thank you very much!