[visualization-api] Displaying Discrete Text Units on the Y-axis for Continuous Data

2017-05-15 Thread Michael Dorfman
Hello, I have a dashboard setup similar to this: http://jsfiddle.net/asgallant/ZmVcZ/ and am hoping to create a column chart of forecasted precipitation intensity over time. My data set being passed to the graph is in reflectivity values, ranging between -20 and 100 dbz, but I am hoping to

[visualization-api] Chart Rendering Taking an Extremely Long Time

2015-02-26 Thread Michael Dorfman
I'm making a page that has multiple charts and is adaptive to both desktop and mobile. I'm using Google App Engine to host the code and iframing this page: xmountwashington.appspot.com/csc.html into my website here: https://www.mountwashington.org/experience-the-weather/csc-test.aspx. I've

[visualization-api] Google Visualization Area Chart not Shaded

2015-02-02 Thread Michael Dorfman
https://lh4.googleusercontent.com/-4pL02hQKcnQ/VM_yVJGYsgI/A7M/GdGUSWJgfJ4/s1600/Capture%2B%281%29.JPG I'm trying to make a combo chart with four series. Two of them would be of type line and two of them area. The area series don't seem to be shaded (although it has a mouseover

[visualization-api] Wind Direction Compass

2015-02-02 Thread Michael Dorfman
I've found that there isn't really an option to make a full compass gauge in Google Visualization (previous forum entries here https://groups.google.com/forum/#!searchin/google-visualization-api/Compass/google-visualization-api/ZH4bXt95pOc/kXc6MXJN0YMJ and here

Re: [visualization-api] Google Visualization Area Chart not Shaded

2015-02-02 Thread Michael Dorfman
. On Mon Feb 02 2015 at 4:56:12 PM Michael Dorfman mdor...@gmail.com javascript: wrote: https://lh4.googleusercontent.com/-4pL02hQKcnQ/VM_yVJGYsgI/A7M/GdGUSWJgfJ4/s1600/Capture%2B%281%29.JPG I'm trying to make a combo chart with four series. Two of them would be of type line

[visualization-api] Re: Disabling tooltip for only one of many series in a LineChart

2014-10-24 Thread Michael Dorfman
You can't specifically disable tooltips, but you can disable user interactivity for a series. This was the solution I found here (https://groups.google.com/forum/#!topic/google-visualization-api/vp0vKHtYOtI). Including this in the options for your graph would disable tooltips for the series