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 suntong...@gmail.com wrote:

 [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 mean charting in Z-axis along Y-axis and
 X-axis pane.

 I guess Google chart is still unable to do it, right? Any alternative
 approach? I.e., using size of circle to represent the Z-axis value, would
 that be practical/available in Google chart now?

 Thanks

 --
 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 to this group, send email to
 google-visualization-api@googlegroups.com.
 Visit this group at
 http://groups.google.com/group/google-visualization-api.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.


[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 mean charting in Z-axis along Y-axis and 
X-axis pane. 

I guess Google chart is still unable to do it, right? Any alternative 
approach? I.e., using size of circle to represent the Z-axis value, would 
that be practical/available in Google chart now? 

Thanks

-- 
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 to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.


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 google-visualization-api@googlegroups.com wrote:

 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 suntong...@gmail.com wrote:

 [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 mean charting in Z-axis along Y-axis and
 X-axis pane.

 I guess Google chart is still unable to do it, right? Any alternative
 approach? I.e., using size of circle to represent the Z-axis value, would
 that be practical/available in Google chart now?

 Thanks

 --
 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 to this group, send email to
 google-visualization-api@googlegroups.com.
 Visit this group at
 http://groups.google.com/group/google-visualization-api.
 For more options, visit https://groups.google.com/d/optout.

 --
 You received this message because you are subscribed to a topic in the
 Google Groups Google Visualization API group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/google-visualization-api/tdZeal502vs/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to
 google-visualization-api+unsubscr...@googlegroups.com.
 To post to this group, send email to
 google-visualization-api@googlegroups.com.
 Visit this group at
 http://groups.google.com/group/google-visualization-api.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.