I am trying to give default font color to bar labels for Timeline chart. But according to documentation it has only fontName & fontSize: *barLabelStyle: { fontName: 'Garamond', fontSize: 14 } *
Docs <https://developers.google.com/chart/interactive/docs/gallery/timeline#changing-the-fonts> options={{ allowHtml: true, tooltip: { isHtml: true }, timeline: { colorByRowLabel: false, bar: { groupWidth: '10px' }, barLabelStyle: *{ fontSize: 12, color: '#fff' }*, showRowLabels: false }, hAxis: { format: 'h a' } }} Can anyone provide suggestion for correct approach ? -- 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+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/39d50989-69bc-478c-a783-d46190ce6122n%40googlegroups.com.