Colton Kreitzman
unread,Jan 14, 2025, 5:47:58 PMJan 14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
Hello, I am trying out the react-google-charts package for the first time out of interest in building a Gantt chart.
It seems to me like the date range on the horizontal axis is automatically chosen according to the chart data. Is this true?
Is it possible to configure a format for the hAxis? For example, my current example data I'm using is causing the hAxis to only display times (12am, 6, 12pm, 6...) for each date. I'd prefer it to show the actual dates themselves for readability.
Thanks in advance for any insights you may be able to provide.