Thanks for the update, and glad you got your issues resolved. Yes, letting the chart decide how many gridlines to draw (with count: -1) helps avoid several problems. I'd like to make it the default, but many existing charts still expect the old behavior.
On Fri, Sep 6, 2019 at 10:26 AM Martin Noyes <[email protected]> wrote: > > > On Friday, September 6, 2019 at 10:05:38 AM UTC-4, Martin Noyes wrote: >> >> This is a mystery. Somehow the presence of vertical axis labels and axis >> title is sensitive to the data displayed. With some data they appear but >> with most data they do not. I'm using a mirror log vertical axis with >> ticks. In all cases the data is well within the bounds of the graph and the >> size is more than adequate to support the labels and title. I have a large >> margin around the chart. I can remove some of the ticks and reduce the font >> size but it doesn't help. Note that even the axis title/name disappears! >> That's what's really weird! Any ideas? >> > > Saw this in a post regarding a different problem with axis labels and it > solved all my problems. Added the following option instead of explicitly > adding tick marks: > gridlines: { count: -1} > > -- > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/google-visualization-api/7a35d190-b6f1-4056-9b82-42e7722e09d4%40googlegroups.com > <https://groups.google.com/d/msgid/google-visualization-api/7a35d190-b6f1-4056-9b82-42e7722e09d4%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> [email protected] <[email protected]> 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 view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJPfiKmkSzdPT4NHWGrSBm_XkaMC%2BQHAnRVe%3Dt_%2B0%2BgcKg%40mail.gmail.com.
