Open amtjoshi opened 1 month ago
There's no way to do that, I'm afraid.
Unless you want to create an adapter for tooltip label and use your own logic to combine data from several data points.
Docs about adapters: https://www.amcharts.com/docs/v4/concepts/adapters/
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
I am working on an XY chart with two line series in amCharts, where some data points share the same timestamp. Currently, only the last data value is displayed in the tooltip for points with identical timestamps, but I want to display all values associated with each timestamp in the tooltip.
https://codepen.io/amit-joshi-the-reactor/pen/PoMOram