-
Notifications
You must be signed in to change notification settings - Fork 22
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
Scatter chart doesn't use name to name series #41
Comments
I just added a dataLabel property to Scatter plots so you can change it from Values, but the legend property seems to be working: https://jericks.github.io/geoscript-groovy-cookbook/#creating-scatter-plot-charts Keep the feedback coming! |
Thank you! I made a small test script to describe a few little issues:
The result is this: Ignore the wrong legend (Values), since that is what you already fixed, but I have the old lib. Problems:
It would be great to be able to avoid y axes addition at the right. Thanks! |
Hmm, I think I see one of the issues, legend, tooltips, and smooth should be booleans not strings. |
Just on a sidenote, changing the above to boolean doesn't solve the issue. |
It seems that Scatter charts do not use name for the series. Instead in the legend always Values appears.
Also,
legend: 'false'
in the opts doesn't hide the legend.The text was updated successfully, but these errors were encountered: