Re: [visualization-api] Re: 1 dashboard 1 controller and 2+ line charts - hiding lines

2018-06-05 Thread 'Daniel LaLiberte' via Google Visualization API
Sorry, try this instead: http://jsfiddle.net/hzdyojca/34/ On Tue, Jun 5, 2018 at 9:55 AM Daniel LaLiberte wrote: > This appears to be triggering yet another bug in the startup animation. > If you remove the startup animation option, it all works. See > http://jsfiddle.net/hzdyojca/31/ > > I hav

Re: [visualization-api] Re: 1 dashboard 1 controller and 2+ line charts - hiding lines

2018-06-05 Thread 'Daniel LaLiberte' via Google Visualization API
This appears to be triggering yet another bug in the startup animation. If you remove the startup animation option, it all works. See http://jsfiddle.net/hzdyojca/31/ I have no idea why startup animation has a problem with such a view, but if you need it, it might be best to create a separate dat

Re: [visualization-api] Re: 1 dashboard 1 controller and 2+ line charts - hiding lines

2018-06-05 Thread nadavs
*ok so i have built an example for this subject:* here: http://jsfiddle.net/hzdyojca/ data table is hard coded an all columns exist when initialized: ['Date', 'A2', 'A3', 'A4'], [2004 , 3.5 , 5 , 4.4 ], [2005 , 3.7 , 5 , 4.5 ], [2006 , 3.7 , 5 , 4.6 ], [2007 , 3.8 , 5 , 4.7 ] As you

Re: [visualization-api] Re: 1 dashboard 1 controller and 2+ line charts - hiding lines

2018-06-03 Thread 'Daniel LaLiberte' via Google Visualization API
At the point where it complains about the column index 2, the data table given to that part of your dashboard only has 2 columns, with indices 0 and 1. So I would recommend simplifying your dashboard as much as possible to figure out what is going wrong. Does it work with only one chart? On Sun,

[visualization-api] Re: 1 dashboard 1 controller and 2+ line charts - hiding lines

2018-06-03 Thread nadavs
Invalid column index 2. Should be an integer in the range [0-1]. > this ^ applies to any column index greater than 1 by the way. > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop rece