Re: [visualization-api] Re: Line Charts are bugging out this morning. I have tried all I can think of and data looks to be correct via json but the charts are doing scribbles...

2015-06-02 Thread Brandon Matthews
On Tuesday, June 2, 2015 at 8:13:43 AM UTC-4, Daniel LaLiberte wrote: > > Brandon, this looks like your data is out of order, since the line chart > just connects points between adjacent rows of your data. But I don't see > any problem in the data you posted. > > Regardless, you should be able

Re: [visualization-api] Re: Line Charts are bugging out this morning. I have tried all I can think of and data looks to be correct via json but the charts are doing scribbles...

2015-06-02 Thread 'Daniel LaLiberte' via Google Visualization API
Brandon, this looks like your data is out of order, since the line chart just connects points between adjacent rows of your data. But I don't see any problem in the data you posted. Regardless, you should be able to avoid this problem by sorting the data. One way you can do that is to call getSor

[visualization-api] Re: Line Charts are bugging out this morning. I have tried all I can think of and data looks to be correct via json but the charts are doing scribbles...

2015-06-02 Thread Brandon Matthews
here's a longer version.. {"cols":[{"label":"date","type":"date"},{"label":"Open Short Pct","type":"number"},{"label":"Total Short Pct","type":"number"}],"rows":[{"c":[{"v":"Date(2014,11,5)"},{"v":34.18},{"v":25.19}]},{"c":[{"v":"Date(2014,11,15)"},{"v":52.56},{"v":37.97}]},{"c":[{"v":"Date(2014

[visualization-api] Re: Line Charts are bugging out this morning. I have tried all I can think of and data looks to be correct via json but the charts are doing scribbles...

2015-06-02 Thread Brandon Matthews
{"cols":[{"label":"date","type":"date"},{"label":"Open Short Pct","type":"number"},{"label":"Total Short Pct","type":"number"}],"rows":[{"c":[{"v":"Date(2015,4,4)"},{"v":64.32},{"v":47.8}]},{"c":[{"v":"Date(2015,4,5)"},{"v":47.88},{"v":36.97}]},{"c":[{"v":"Date(2015,4,6)"},{"v":53.1},{"v":39.41}]

[visualization-api] Re: Line charts

2014-03-20 Thread Marco Bottignole
Thank u very much, very helpful. Il giorno giovedì 20 marzo 2014 20:19:55 UTC+1, asgallant ha scritto: > > After plying the depths of those charts, I found a solution for this: > http://stackoverflow.com/a/22542682/613559 > > On Thursday, March 20, 2014 1:31:04 PM UTC-4, Marco Bottignole wrote:

[visualization-api] Re: Line charts

2014-03-20 Thread asgallant
After plying the depths of those charts, I found a solution for this: http://stackoverflow.com/a/22542682/613559 On Thursday, March 20, 2014 1:31:04 PM UTC-4, Marco Bottignole wrote: > > Hi all, > i've a line chart populated with json values, with HTML tooltips and > annotationtext. > My questio

[visualization-api] Re: Line charts with controller to change range

2013-03-14 Thread asgallant
You can set the vAxis.viewWindow.min/max options to change the visible range of the y-axis. Hook up an event listener to a slider which changes the range and redraws the chart. On Thursday, March 14, 2013 5:06:03 AM UTC-4, Vivek More wrote: > > Hi All, > > I am using line charts in my applicati

[visualization-api] Re: Line Charts

2012-07-19 Thread asgallant
The Visualization API works entirely in javascript, so it is back-end independent. There is at least one other person working with MVC, though: https://groups.google.com/forum/#!topic/google-visualization-api/udzo_VZ4AwA On Thursday, July 19, 2012 4:04:39 AM UTC-4, alirıza adıyahşi wrote: >