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

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.

On Sun, Jul 12, 2015 at 8:17 PM, Tong Sun <[email protected]> wrote:

>
>
> On Sunday, July 12, 2015 at 8:04:12 PM UTC-4, Tong Sun wrote:
>>
>>
>>
>> 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 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?
>>>
>>
>> I tried to explore more on this end, and has come up with a graph
>>
>> https://jsfiddle.net/aeyeer4q/1/
>>
>> It 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.
>>
>
> Tried another one, https://jsfiddle.net/a0Lb7mgc/, this time I saw the
> boxes, but the tool-tip is not showing the minimum, maximum, and mean any
> more.
> How can I have them both, the boxes and tool-tips. Thanks
>
> Please work on this one instead, because it's plain and simple, without
>> calculation necessary. Thanks
>>
>>
>>
>>> 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]> 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.
>



-- 
Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>  -
978-394-1058
[email protected] <[email protected]>   5CC, Cambridge MA
[email protected] <[email protected]> 9 Juniper Ridge
Road, Acton MA

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