Skip to content
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

Diff Chart- Tooltip Issue #2993

Open
EdwinMeleth opened this issue Jun 28, 2023 · 1 comment
Open

Diff Chart- Tooltip Issue #2993

EdwinMeleth opened this issue Jun 28, 2023 · 1 comment
Labels

Comments

@EdwinMeleth
Copy link

In diff chart the labels being shown in tooltip is not correct. The second labels seems to be referencing the second character of the first label. This error is present in the default case (as shown in the screenshot) and also in the case where I am manually naming my labels using -> diff: {
oldData: { opacity: 1, color: 'yellow',
tooltip:{
prefix:'Label 1'
}
},
newData: { opacity: 1, widthFactor: 1,
tooltip:{
prefix:'Label 2'
}
}
} .

This image is taken from diff chart documentation: https://developers.google.com/chart/interactive/docs/gallery/diffchart

image
@dlaliberte
Copy link

Thanks for your report. Definitely a bug. Should be easy to fix.

@dlaliberte dlaliberte added the bug label Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants