We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
It looks like this issue was fixed in pull #1813 - can we close it ?
Sorry, something went wrong.
Add support for tooltip ordering, fix c3js#1050 c3js#1764
3c1dc93
Add support for tooltip ordering, fix #1050 #1764 [REPOST PR #1813] (#…
c376e13
…2070) Updates PR #1813 by @panthony.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: