Here, I am showing the Yaxis in thousands for Volume and Transfers. But, I want to show the actual value of Volume and Transfers in tooltip when mouse over on the chart.(Eg: 85762 and 45089).
Now its showing the Yaxis value in the tooltip as 85.762 and 45.089. Could you please help me to show the actual value in the tooltip?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
naveen
Hi,
I am passing the data as
data = [
{
Date: "Aug 24",
Volume: 83.428,
Transfers: 44.211
},
{
Date: "Aug 25",
Volume: 87.158,
Transfers: 45.669
},
{
Date: "Aug 26",
Volume: 85.762,
Transfers: 45.089
},
more...
]
Here, I am showing the Yaxis in thousands for Volume and Transfers. But, I want to show the actual value of Volume and Transfers in tooltip when mouse over on the chart.(Eg: 85762 and 45089).
Now its showing the Yaxis value in the tooltip as 85.762 and 45.089. Could you please help me to show the actual value in the tooltip?
Thanks,
Naveen Kumar P
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.