Sorry Petr, we don't have enough options to allow you to automatically set the ticks to the end of each month. But it should work to specify ticks with dates like new Date(2015, 11, 0) to get the last day of the previous month. Note that months are 0-based, but day-of-the-month is 1-based, so that date will be November 30. Hope that helps.
On Fri, Nov 27, 2015 at 5:55 PM, Petr <[email protected]> wrote: > By default, date tick on horizontal axis are 1st day of month (LineGraph). > > How can I set the ticks to the end of month? > Can I avoid cumbersome calculation and hAxis.ticks setting? > > > -- > 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. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-visualization-api/a150c487-722c-4bc1-94ef-3aa16baaa4a1%40googlegroups.com > <https://groups.google.com/d/msgid/google-visualization-api/a150c487-722c-4bc1-94ef-3aa16baaa4a1%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> - 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. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJMGmLH0s-vhqDzP303Lo9DiFGQD1VAWNpb6FVpCNC-z_A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
