--
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-visualizati...@googlegroups.com.
To post to this group, send email to google-visua...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.
Ah, yes Daniel, that's exactly the chart that I was looking for. Thanks.From the intervals documentation, I get the box plot chart example working atNow I only want minimum, maximum, and mean, not the first and thirdQuartile, so I tried to remove them, as https://jsfiddle.net/amnbuzup/1/, but it is not working. Is it possible for the box plot chart just to show the minimum, maximum, and mean values?
On Sunday, July 12, 2015 at 7:16:50 PM UTC-4, Tong Sun wrote:Ah, yes Daniel, that's exactly the chart that I was looking for. Thanks.From the intervals documentation, I get the box plot chart example working atNow I only want minimum, maximum, and mean, not the first and thirdQuartile, so I tried to remove them, as https://jsfiddle.net/amnbuzup/1/, but it is not working. Is it possible for the box plot chart just to show the minimum, maximum, and mean values?I tried to explore more on this end, and has come up with a graphIt is almost working, just without the boxes, however, if you mouse over the value points on the graph, the tool-tip can still show the values. Just no boxes on the graph.
--
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-visualizati...@googlegroups.com.
To post to this group, send email to google-visua...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.
Regarding your earlier question, yes, you can have more than one series of values each with its own intervals. The trick is only that you must insert the interval columns after each series, so a subsequent series goes after the previous series and its interval columns.
It seems that setting the lineWidth to 0 causes the tooltip contents to change to ignore the interval values. Not sure why that is happening, but we'll have to investigate. You might try instead setting up a custom tooltip for the series. See https://developers.google.com/chart/interactive/docs/customizing_tooltip_content#customizing-tooltip-content
--
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/DHj_eQtKc18/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-visualizati...@googlegroups.com.