Re: [visualization-api] Best approach to present three dimensional data

2015-08-10 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi Tong, We have the BubbleChart https://developers.google.com/chart/interactive/docs/gallery/bubblechart, which allows you to specify a size and/or color for each point, effectively allowing you to visualize up to four dimensions simultaneously. On Mon, Aug 10, 2015 at 2:39 PM Tong Sun

[visualization-api] Best approach to present three dimensional data

2015-08-10 Thread Tong Sun
[I tried to find it, but didn't find what I was looking, so... ] Any good way to present three dimensional data, the real three dimensional data, not presenting two dimensional data with 3D graphs? By two dimensional data I mean charting in Y-axis along X-axis. By three dimensional data, I

Re: [visualization-api] Best approach to present three dimensional data

2015-08-10 Thread Tong Sun
Thanks Sergey. That's exactly what I was thinking, just I only need three dimensional data, not four. But I managed to make it works for three dimensional data as well: https://jsfiddle.net/5r2huvqd/ Cheers On Mon, Aug 10, 2015 at 2:52 PM, 'Sergey Grabkovsky' via Google Visualization API