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
Scatter plot should look like a grid of circles, or symbols.
Scatter plot example appears to be trying to connect the dots:
We are comparing Chart.js with a couple of other charting libraries right now, so are relying on examples to make an informed decision.
The text was updated successfully, but these errors were encountered:
Should be as simple as adding showLine: false to those datasets. The scatter chart is built on top of the line chart hence why the line is there
showLine: false
Sorry, something went wrong.
+1. Encountering this type of rendering was very unexpected, and I feared that 2.6.0 had more rendering bugs than I had thought...
No branches or pull requests
Expected Behavior
Scatter plot should look like a grid of circles, or symbols.
Current Behavior
Scatter plot example appears to be trying to connect the dots:

Steps to Reproduce (for bugs)
Context
We are comparing Chart.js with a couple of other charting libraries right now, so are relying on examples to make an informed decision.
Environment
The text was updated successfully, but these errors were encountered: