Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Points with same timestamp #4431

Open
amtjoshi opened this issue Oct 25, 2024 · 1 comment
Open

Data Points with same timestamp #4431

amtjoshi opened this issue Oct 25, 2024 · 1 comment
Labels

Comments

@amtjoshi
Copy link

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
Copy link
Collaborator

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants