-
Notifications
You must be signed in to change notification settings - Fork 661
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Scattered Chart - Labels for each set of XY #291
Comments
Hi @pankajsindagi , Can you provide an example? |
When we create ppt slide with below chart type,
When hover on data point, as you can see in above chart. We see the name as label, i.e Please consider this helpful feature. Again, Thanks for the cool library :) |
I've data something like this:
When hover on (4, 25) data point, I would like to see |
Thanks for the clear examples. Let me see what I can do. |
I have a working version of this that I'm using for a custom scenario. Currently I'm passing in a completely custom label, but took a quick look, and doesn't appear to involve much effort to support proper use of the X Y labels. Will need to clean up my code first, then will submit a PR. For reference, the Labels need to exist on the Y-Value, so applying labels would look like:
|
@gitbrent you should be able to close this issue. Was merged in at start of 2019 |
Addressed via Pull #938 |
Hi,
Currently the labels for each data point in scattered chart is picked from the
name
of the Y-Axis. It would be excellent feature to have individual labels for each data point. Looking forward for this feature in next release.Thanks Brent :)
The text was updated successfully, but these errors were encountered: