-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
[BUG] Category Scale misplaced #4060
Comments
I feel like this is related to the fact that the |
Also reproducible with version 2.5.0 (https://jsfiddle.net/martinzuern/4kb980qz/1/) |
Seems like |
Resolved in #4062 |
* Fixed issue, that category scale shows data points misplaced. See #4060 * Cleaned code * Fixed Irregular whitespace * Fixed error in case value is undefined * Verified that no error is thrown in case value === null
* Fixed issue, that category scale shows data points misplaced. See chartjs#4060 * Cleaned code * Fixed Irregular whitespace * Fixed error in case value is undefined * Verified that no error is thrown in case value === null
* Fixed issue, that category scale shows data points misplaced. See chartjs#4060 * Cleaned code * Fixed Irregular whitespace * Fixed error in case value is undefined * Verified that no error is thrown in case value === null
* Fixed issue, that category scale shows data points misplaced. See chartjs#4060 * Cleaned code * Fixed Irregular whitespace * Fixed error in case value is undefined * Verified that no error is thrown in case value === null
When creating a bubble chart, using a time and a category scale, the bubbles are placed wrong (one of them is even placed off the canvas)
Example: https://jsfiddle.net/martinzuern/skyd9kv2/8/
Expected Behavior
The bubbles should appear as specified in the data set.
E.g. when changing the axis to linear scale, the bubbles are displayed correctly:
Current Behavior
The bubbles are displayed in the wrong position and also off-canvas:
Possible Solution
Steps to Reproduce (for bugs)
Context
The chart displays clearly wrong results
Environment
The text was updated successfully, but these errors were encountered: