Re: [visualization-api] AnnotationChart with data from json

2016-06-03 Thread 'Daniel LaLiberte' via Google Visualization API
We don't yet have a way of skipping the gaps. Eventually we expect to support that, however. On Fri, Jun 3, 2016 at 5:48 PM, Sriharsha Puranik wrote: > Thanks Daniel. I missed the quotes on the numbers in the json string. > > I have another query. > > I want to use AnnotationChart for plotting

Re: [visualization-api] AnnotationChart with data from json

2016-06-03 Thread Sriharsha Puranik
Thanks Daniel. I missed the quotes on the numbers in the json string. I have another query. I want to use AnnotationChart for plotting data collected for few hours a day on weekdays. So, is it possible to plot only specific hours/days on the chart? Eg: [{"c":[{"v":"Date(2016, 4, 20, 10, 00, 00)

Re: [visualization-api] AnnotationChart with data from json

2016-06-03 Thread 'Daniel LaLiberte' via Google Visualization API
The inconsistency is a bug, so thanks for reporting it. But you can work around it if you just use numbers instead of strings for your number values. On Thu, Jun 2, 2016 at 7:15 PM, Sriharsha Puranik wrote: > Hi, > > I am trying to create a AnnotationChart with json data. But, I get this > erro