[visualization-api] Re: Offline Usage

2018-02-02 Thread Sean Larson
Google Charts API library is dynamically loaded in the head. Since you are offline, how can it possibly load the library? This is not a package that is stored with your solution. Maybe you can use app cache in modern browsers but I have no clue about that functionality. -- You received this

Re: [visualization-api] ChartWrapper using 'table' in dashboard does not refresh

2018-02-02 Thread 'Daniel LaLiberte' via Google Visualization API
I believe the Table chart ought to be getting redrawn as well, each time you redraw the dashboard. Can you point us at your web page so we can see what is happening? On Fri, Feb 2, 2018 at 2:43 PM, Sean Larson wrote: > Hello, > > I have a ColumnChart and TableChart

[visualization-api] Re: Chart being cut off

2018-02-02 Thread Sean Larson
Could it be because you are using the viewWindow to set the max/min instead of using the vAxis 'minValue' and 'maxValue' attributes? Also try setting your viewWindow style to 'pretty' vAxis: { viewWindowMode: 'pretty', baseline: 0, minValue: 0, maxValue: 100, minorGridlines: { count: 1 },

[visualization-api] How I add the background color under trend line in line chart like in google analytics

2018-02-02 Thread The Sports Journal
-- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop

[visualization-api] ChartWrapper using 'table' in dashboard does not refresh

2018-02-02 Thread Sean Larson
Hello, I have a ColumnChart and TableChart in a dashboard using the 'view' option. I can change the value of some records in the dataTable or some chart options then redraw the chart or redraw the dashboard, but the table will never update to reflect changes. Is this working as intended? --

Re: [visualization-api] ChartWrapper using 'table' in dashboard does not refresh

2018-02-02 Thread Sean Larson
I have not posed my project on my website yet, maybe I can try to replicate in a codepen or similar...will post if I can do that. Anyways, it is good to verify it should be doing this, I will spend some more time with it. -- You received this message because you are subscribed to the Google

[visualization-api] Re: Chart being cut off

2018-02-02 Thread JoaĆ³ Tiago Van Niekerk
Thanks for your help. Will test on monday to see if that works. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to