Hi Drew,

I did wonder about that when I saw the graph but I can't recall seeing an 
example of showing such disparate values properly on the same chart.

If it is not possible, there are two methods that may work. Some charts 
allow use of the "explorer" option. This allows users to zoom in on a 
particular area of the chart. This is from 
https://stackoverflow.com/questions/20764157/zoom-google-line-chart and two 
fiddles - https://jsfiddle.net/4w626v2s/2/ and http://jsfiddle.net/duJA8/ - 
neither are particularly intuitive but they do work.

Something else I thought of was to create a new dataview of the data you've 
already got but not displaying the very large values. That view of the data 
can then be shown in a tooltip - 
https://developers.google.com/chart/interactive/docs/customizing_tooltip_content#placing-charts-in-tooltips

I'm no expert of the API, I don't even understand some of the questions 
people ask about it, but I've found you sometimes have to work with what 
they can do rather than what you wish they did.

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/41ef5bfa-ca9f-404a-9199-9b41315c0cec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to