The curved line dips below 0 because of how the curve is computed. We don't have options for drawing it differently.
But your chart probably cuts off at 0 because you used the vAxis.viewWindow.min: 0 option to cut it off. Change 0 to a small negative number, and it should be able to draw the whole curve. On Mon, Aug 8, 2016 at 5:32 AM, Nagesh Chauhan <[email protected]> wrote: > As shown in the image attached, *google line chart breaks in between two > values when values are near zero (0)*. i.e. *0.5 *and *0.6* in my case. > Please suggest a solution. > > -- > 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 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/9671825f-7f1c-45ba-9588- > 52395f456fbd%40googlegroups.com > <https://groups.google.com/d/msgid/google-visualization-api/9671825f-7f1c-45ba-9588-52395f456fbd%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> [email protected] <[email protected]> 5CC, Cambridge 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 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/CAOtcSJOoj3T4Er924BZAo9oS2tScH%2BCtS%3D%3DDcZz93wiOJy8G6Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
