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

Scatterplot not rendering correctly on demo site #4372

Closed
brylie opened this issue Jun 14, 2017 · 2 comments
Closed

Scatterplot not rendering correctly on demo site #4372

brylie opened this issue Jun 14, 2017 · 2 comments

Comments

@brylie
Copy link

brylie commented Jun 14, 2017

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:
screenshot_20170614_102055

Steps to Reproduce (for bugs)

  1. go to http://www.chartjs.org/samples/latest/
  2. Click 'Scatter' or 'Scatter multi-axis'

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

@etimberg
Copy link
Member

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

@kumarharsh
Copy link

+1. Encountering this type of rendering was very unexpected, and I feared that 2.6.0 had more rendering bugs than I had thought...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants