--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/eed7da28-cdec-454f-85bd-d8a3d16b832f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
This appears to be due to two issues: the 0 value on the vertical axis is not shown, and the chart area is not being clipped properly. You can force the 0 value to be included by adding a baseline option: vAxis: { baseline: 0 }, or by adding vAxis: { viewWindow: { min: 0 } }. This is probably what you should do since you are using a column chart. The main reason we don't do that by default is backward compatibility.The clipping problem has been fixed in a recent version. Try using the frozen v43: https://google-developers.appspot.com/chart/interactive/docs/library_loading_enhancements#frozen-versions
On Mon, Oct 26, 2015 at 7:37 AM, Jin Xie <jinfeng...@gmail.com> wrote:
Hi, I'm experiencing problem with column chart cross x-axis line, as shown in the attached imageit is always like this for some certain dataset. I've compared these different dataset, and found no obvious problem with them.Any one know what may has cause this problem
--
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-visua...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/eed7da28-cdec-454f-85bd-d8a3d16b832f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.