Hi, I am trying to customize my Google Timeline Chart to show the full date when mousing over / tooltip of the chart. On google, this is possible by adding a row. How can I translate this to KolReports?
Google: dataTable.addColumn({ type: 'string', role: 'tooltip' }); https://developers.google.com/chart/interactive/docs/gallery/timeline#customizing-tooltips
thank you