I have a LineChart which shows how a value changes over time. I'd like to mark specific dates representing events/milestones which took place or will take place.
While it's possible to specify multiple y-axes using vAxes, there is no hAxes property. I see in https://developers.google.com/chart/interactive/docs/gallery/linechart I could use hAxis.ticks which "Replaces the automatically generated X-axis ticks with the specified array", but then I have to calculate myself the dates to be displayed and it seems messy. Are there other options? -- 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/2bcca6ff-0fdf-42c6-af56-33ef9666cb59o%40googlegroups.com.
