You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check this if you would like to implement a PR, we are more than happy to help you go through the process.
Current and expected behavior
Currently the old data tooltip is not displaying correctly, se the image below:
The '&' character present in the old data tooltip (gray) is from index 1 of the new data tooltip (blue). If the new data tooltip is "LAbel", the old data tooltip will be 'A'.
Would you like to work on a fix?
Current and expected behavior
Currently the old data tooltip is not displaying correctly, se the image below:
The '&' character present in the old data tooltip (gray) is from index 1 of the new data tooltip (blue). If the new data tooltip is "LAbel", the old data tooltip will be 'A'.
To reproduce: codesandbox
Add these options to
Chart
atApp.tsx
:Reproduction
https://codesandbox.io/s/github/RakanNimer/react-google-charts/tree/master/sandboxes/column-chart/diff?from-embed=&file=/App.tsx:531-787
react-google-charts version
v4.0.0
Possible solution
Check the logic of the old data tooltip to get from the option
diff.oldData.tooltip.prefix
.The text was updated successfully, but these errors were encountered: