amcharts / amcharts4

The most advanced amCharts charting library for JavaScript and TypeScript apps.
https://www.amcharts.com/
1.16k stars 322 forks source link

Data Points with same timestamp #4431

Open amtjoshi opened 1 month ago

amtjoshi commented 1 month ago

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

martynasma commented 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/

github-actions[bot] commented 4 days ago

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.