Re: [visualization-api] Re: Visualization API : Area chart : how to fill color from chart to bottom instead of to zero ?

2014-04-16 Thread jfaba
I Thank you very much. Problem solved. -- 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 google-visualization-api+unsubscr...@googlegroups.com. To post

[visualization-api] Re: Visualization API : Area chart : how to fill color from chart to bottom instead of to zero ?

2014-04-08 Thread jfaba
Ok, thank you very much. Here is my code : function drawVisualization() { var m, arr, data, chart, color; m= 2000; arr=[ ['dist', 'dum1', 'dum2', 'elevation'], [0, -m, m, -1000], [10, -m, m, 1500], [20, -m, m, -1000] ]; data =

[visualization-api] Re: Visualization API : Area chart : how to fill color from chart to bottom instead of to zero ?

2014-04-07 Thread jfaba
Thank you for your answers but I try both of them and it does not work as I want. I return back to ImageCharts. Why Google deprecates this excellent API which has richer graphic possibilities? Le vendredi 4 avril 2014 17:13:52 UTC+2, asgallant a écrit : Take a look at this answer on

[visualization-api] Visualization API : Area chart : how to fill color from chart to bottom instead of to zero ?

2014-04-04 Thread jfaba
Hello I'm using an area chart but the API fills color from the chart to the zero line and I want to fill color from the chat to the bottom of the chart area. Is it possible ? (The deprecated chart API did it) -- You received this message because you are subscribed to the Google Groups Google