We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
There is a consistence issue here!
In Chartjs, "string" data works fine with :
But only the first dataset works (and tooltips are broken) if :
The behavious is different if you have stringified float data : https://jsfiddle.net/3rpmbwt2/
Or if you have stringified integer data: https://jsfiddle.net/9q5rjpkt/1/
The text was updated successfully, but these errors were encountered:
I believe this was fixed in #2926
Updated fiddles using v2.2.0-rc.2 https://jsfiddle.net/vq6514ac/ https://jsfiddle.net/76kep43b/
Sorry, something went wrong.
You are right speedy etimberg!
No branches or pull requests
Hi,
There is a consistence issue here!
In Chartjs, "string" data works fine with :
But only the first dataset works (and tooltips are broken) if :
The behavious is different if you have stringified float data :
https://jsfiddle.net/3rpmbwt2/
Or if you have stringified integer data:
https://jsfiddle.net/9q5rjpkt/1/
The text was updated successfully, but these errors were encountered: