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 
at

https://jsfiddle.net/amnbuzup/

Now 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? 

The most important question for me is, is it possible to show multiple 
series on the same graph? 

Suppose the graph from https://jsfiddle.net/amnbuzup/ represent different 
measurements taken from a person over a period of time. Is it possible to 
show a second or even a third or forth's person's data on the same chart? 

I.e., suppose column/measurement "a" is blood pressure, and "e" is pulse, I 
want column "a" shows the blood pressure of all those people, each in their 
own color, and so for column "e" and all other columns as well. Is it 
possible? 

Thanks



On Sunday, July 12, 2015 at 6:56:04 AM UTC-4, Daniel LaLiberte wrote:
>
> Hi Tong,
>
> Though we don't have a specific chart type for what you want, there are a 
> variety of intervals that can be drawn, and you can draw nothing but 
> intervals if you use a scatter chart and make the point size 0.  For the 
> documentation on intervals, see  
> https://developers.google.com/chart/interactive/docs/gallery/intervals
>
> On Sat, Jul 11, 2015 at 5:10 PM, Tong Sun <[email protected] 
> <javascript:>> wrote:
>
>> I've checked the Charts Gallery here 
>> <https://developers.google.com/chart/interactive/docs/gallery> and 
>> also checked the Additional Charts page 
>> <https://developers.google.com/chart/interactive/docs/more_charts.html>, but 
>> didn't find a chart for statistic purpose like this:
>>
>> <https://plotinum.googlecode.com/files/boxplot.png>
>>
>> I.e., on the chart, it shows the minimum, maximum, and mean value of a 
>> distribution. 
>>
>> The candlestickchart, 
>> https://google-developers.appspot.com/chart/interactive/docs/gallery/candlestickchart,
>>  
>> is very close but it miss the mean/average value.
>>
>> I'd assume such statistic chart to be very popular and in high demand for 
>> both academic and commercial worlds, can we have them some day please? 
>>
>> Meanwhile, is there any exiting graph that can represent such minimum, 
>> maximum, and mean value concept on the graph? 
>>
>> 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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to