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

The ordering of the data points in tooltip is always in descending order #1764

Open
paulsoft opened this issue Jul 13, 2016 · 1 comment
Open

Comments

@paulsoft
Copy link

version: 0.4.11
browser: any

The ordering of the data elements are in terms of their value.
Eg: if there are..
data1: [10, 20, 30]
data2: [15, 5, 32]

then in the 1st point the order in tooltip is data2, data1. In 2nd data1, data2. in 3rd data2, data1.

But it will be harder for the person who is analysing graphs to see the data1 in different position in the tooltip.

As far as I've checked there apis of yours, I didn't get one to fix the order of data in the tooltip.

This thing should be implemented I think

@TJWilson92
Copy link

It looks like this issue was fixed in pull #1813 - can we close it ?

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

No branches or pull requests

2 participants