Chart.Scatter icon indicating copy to clipboard operation
Chart.Scatter copied to clipboard

Scatter chart plugin for Chart.js

Results 19 Chart.Scatter issues
Sort by recently updated
recently updated
newest added

…o zero I added this feature to make possible to have chart with datapoints visible only. This is done by defining stroke width in datasets instead of global config parameters....

Hi, Had a look at the Scatter graph because of the time series support as per [here](https://github.com/nnnick/Chart.js/issues/1059). Works great. My lines are linear, and I'm wondering if Scatter supports the...

I'm trying to re size the chart dynamically based on data array size. So I'm re sizing the canvas width. It works fine for smaller canvas widths, but when I...

Currently doesn't seem possible to use this with Chart.js 2.x given the version specified in `package.json`.

Is there a way to display points as bars? Thanks, Michele

Can this chart have ticks between steps?

Great Library. I would like to use this for some science examples but I need to find a way for the x scale to be equal to the y scale....

Is this kind of zoom/pan possible with this chart? https://bl.ocks.org/mbostock/7ec977c95910dd026812

My chart displays like this on FireFox, ![firefox](http://i.imgur.com/uvUnJHI.png) there's no errors shown in the deverloper console. But it displays correctly on Chrome ![chrome](http://i.imgur.com/DWnw6IY.png) I am using the latest version of...

I was searching for a way to control x-axis labels on a date type scatter chart, and found the undocumented `xScale` options. However, I'm not sure what I'm expected to...