Re: [visualization-api] Is there a way to highlight a slice of a 3d Pie Chart without a legend?

2015-04-02 Thread 'Sergey Grabkovsky' via Google Visualization API
Unfortunately, the 'selected' effect is not supported for 3D pie charts. This is primarily because the 3D pie charts aren't truly 3D, but just a series of SVG elements rendered to look 3D. If this is important to you, you can file a feature request here:

[visualization-api] Is there a way to highlight a slice of a 3d Pie Chart without a legend?

2015-04-02 Thread Mike Primak
If you hover the API legend, the corresponding slice in a pie chart highlights. Is there a way to call this feature from outside the legend? ie. if the user clicks or hovers on a certain element? I tried using setselection, which works fine for 2d pie charts, but has no effect in 3d pie

Re: [visualization-api] Is there a way to highlight a slice of a 3d Pie Chart without a legend?

2015-04-02 Thread Mike Primak
Thanks for getting back to me. I searched lots, but now I know it is not to be found. On 2015-04-02 4:50 PM, 'Sergey Grabkovsky' via Google Visualization API wrote: Unfortunately, the 'selected' effect is not supported for 3D pie charts. This is primarily because the 3D pie charts aren't