[visualization-api] termcloud is disappeared

2016-05-30 Thread Sangmin Lee
I used termcloud char but it is now disappeared. Where can I find it ? 1. Request URL: http://visapi-gadgets.googlecode.com/svn/trunk/termcloud/tc.js 2. Request Method: GET 3. Status Code: 404 Not Found 4. Remote Address: 173.194.72.82:80 -- You received this

Re: [visualization-api] How can I draw radar chart with Google Charts?

2016-05-30 Thread Bram Patelski
Would like to see Radar chart in the new Google Charts framework as well. On Sunday, May 22, 2016 at 7:02:37 PM UTC+2, Daniel LaLiberte wrote: > > Hi Youichi, > > We don't have a Radar chart yet in the Google Charts. I am considering > implementing one, though, using an AreaChart, and

Re: [visualization-api] Highlighting a column (current) month on x-axis of a scatter-chart

2016-05-30 Thread Bram Patelski
Code: https://www.gstatic.com/charts/loader.js";> google.charts.load('current', { 'packages' : [ 'corechart' ] }); google.charts.setOnLoadCallback(drawChart); var redCross = 'point { size: 15; shape-type: star; shape-sides: 4; shape-dent: 0.1; fill-color: #ff;}'; var

Re: [visualization-api] Highlighting a column (current) month on x-axis of a scatter-chart

2016-05-30 Thread Bram Patelski
Hi Daniel, Okay, I've got the x-axis intervals, but I can't get the area-chart added to the chart. Should I just add the max as value? Somehow the chart doesn't list the values as an area: https://www.gstatic.com/charts/loader.js";> google.charts.load('current', { 'packages'