Tooltip dataseries is not getting updated data. #3005
Unanswered
viruvururamesh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
As per my project requirement on bar I need to show percentage and when I Hover tooltip need to show exact value, for this I plotted series like below.
{name: 'dummyName', data: Array(6), dataCount: Array(6)}
from the above, data will go with percentage value and dataCount Have exact value.
Here I am updating series with option selected from select menu.
But here my problem is I am getting dataCount value in first and second selections from select menu. from there dataCount Array is becoming '0' its not updating But data(i.e Bars is displaying as per data array) is populating with Correct info on all the selections from select menu.
How to Update dataCount also for all the selections from select Menu. please Help Me.
Beta Was this translation helpful? Give feedback.
All reactions