Hi, is it possible that we can still display a tiny little bar even if the value is 0? For example it can be just a highlighted line on the axis (which can be seen as with zero height) but the user would still be told that "there is a value here" and the tooltip could still be triggered when mouse hovered on that axis segment.
--
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-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
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/dd532798-f230-4548-8027-d02383933492%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I believe it should show a 1 pixel bar for 0 value, but not if the value is null or undefined. This is probably only true for the classic corechart ColumnChart, but not the material design 'Column' chart.
On Sun, Apr 9, 2017 at 3:26 AM, 'Ning Zhang' via Google Visualization API <google-visualization-api@googlegroups.com> wrote:
Hi, is it possible that we can still display a tiny little bar even if the value is 0? For example it can be just a highlighted line on the axis (which can be seen as with zero height) but the user would still be told that "there is a value here" and the tooltip could still be triggered when mouse hovered on that axis segment.
--
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-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
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/dd532798-f230-4548-8027-d02383933492%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
--
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/Xa-QtdLn7DA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
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/CAOtcSJNGEr7sBegyxXR356KBQug%2BUa_0EduFHwkWA2%3Dje7opww%40mail.gmail.com.
I am using the ComboChart and there is no pixel shown for 0 value. Is there an option that I should set?Thanks!Ning
On Sun, Apr 9, 2017 at 11:07 AM, 'Daniel LaLiberte' via Google Visualization API <google-visualization-api@googlegroups.com> wrote:
I believe it should show a 1 pixel bar for 0 value, but not if the value is null or undefined. This is probably only true for the classic corechart ColumnChart, but not the material design 'Column' chart.On Sun, Apr 9, 2017 at 3:26 AM, 'Ning Zhang' via Google Visualization API <google-visualization-api@googlegroups.com> wrote:Hi, is it possible that we can still display a tiny little bar even if the value is 0? For example it can be just a highlighted line on the axis (which can be seen as with zero height) but the user would still be told that "there is a value here" and the tooltip could still be triggered when mouse hovered on that axis segment.--
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-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
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/dd532798-f230-4548-8027-d02383933492%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
--
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/Xa-QtdLn7DA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
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/CAOtcSJNGEr7sBegyxXR356KBQug%2BUa_0EduFHwkWA2%3Dje7opww%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
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-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
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/CAGrPZoXS0eYsPd7juZNNdy-tHGDvBye5OqVfkYqhMwSEDHEPUA%40mail.gmail.com.
Actually, the 1-pixel height column is probably covered up by the baseline, which is drawn in front of data so it is sure to be visible. You'll have to change the baselineColor to 'none' to hide it. There should still be a gridline drawn at the same location.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/CAGrPZoXS0eYsPd7juZNNdy-tHGDvBye5OqVfkYqhMwSEDHEPUA%40mail.gmail.com.
To unsubscribe from this group and all its topics, send an email to google-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
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/CAOtcSJOx1ToB3%2B2N0LZ_jTaFFnb2qFO1YsKjAmgwQUd4_W7qTA%40mail.gmail.com.
Sorry I tried to set haxis"'baselineColor': 'none'", but and verified that we are having zero value cells. But still I didn't see the one pixel bar on the baseline... Nor can I hover on it to see the 0 value in a tooltip.Could you share a example with me where u can show a one pixel bar on combochart?Thanks a lot for all the help!Ning
To unsubscribe from this group and all its topics, send an email to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
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/CAOtcSJOx1ToB3%2B2N0LZ_jTaFFnb2qFO1YsKjAmgwQUd4_W7qTA%40mail.gmail.com.
--
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-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
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/CAGrPZoUEN4jD4rp_AAh4B3oWfbXZvz99aaPBSY8wUZhQ0%2Bs_og%40mail.gmail.com.
Here is a demo: https://jsfiddle.net/3u8m6qcv/3/ There is a bar under the annotation '0'.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/CAGrPZoUEN4jD4rp_AAh4B3oWfbXZvz99aaPBSY8wUZhQ0%2Bs_og%40mail.gmail.com.
--
--
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/Xa-QtdLn7DA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
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/CAOtcSJPCv6an-Zs_CyzJudHSm2VeoaWOBVuHCLLRhqht1ZYP1A%40mail.gmail.com.