-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
Tooltip in x/y line chart shows -
and NaN
#2575
Comments
Thanks for the report - I'm pretty sure this is the same behavior described in #2254, let me take a look and I will update |
Just wanted to check in on this and offer to take a look if you had some pointers on what code might be affecting this. I'm doing a data training next month and wanted to show this as an example. |
@mhkeller I appreciate the enthusiasm but finding the issue is 90% of the work. The |
Understood – and if I'm able to offer anything more than enthusiasm, I'll add a comment here. I'll start by getting a dev environment set up and see if there's any insight I can provide. |
Hi @texodus, I am able to reproduce this bug in version 3.0.3. I note that it has been added to the 3.0 milestone, however, I don’t see any in-progress draft PRs regarding this issue, so I’d like to contribute a fix for it. Is it okay if I proceed with this? |
Please read the
If you can fix this without assistance, just do it and open a PR - if you cannot, don't ask. |
Bug Report
When creating a multi-series line chart, the values display correctly in the chart but y value shows up as
NaN
in a tooltip and x value is repeated and shows up as-
.Steps to Reproduce:
exam_month
, split byexam_subject
, set the x axis toexam_month
(any) and the y axis toexam_score
(avg)Expected Result:
I'd expect to see the proper x and y-value in the tooltip.
Actual Result:
I see
NaN
in the tooltip forexam_score
andexam_month
shows up twice: once as the proper value and once as-
.Environment:
2.9.0 reproduced at https://perspective.finos.org/block/?example=file
Additional Context:
The text was updated successfully, but these errors were encountered: