Chart.js: Radius Size Per Point

Created on 14 Apr 2016  路  3Comments  路  Source: chartjs/Chart.js

Me again.

Just wondering if it's possible to change the radius of points per point or per dataset. This would be on a scatter graph.

support

Most helpful comment

@hodephinitely is this possible :smile:

In your dataset you can add a radius attribute. If this value is a number, it is applied to all points in the dataset. If this value is an array, the first value is used for the first point, second value for the second point, etc

All 3 comments

@hodephinitely is this possible :smile:

In your dataset you can add a radius attribute. If this value is a number, it is applied to all points in the dataset. If this value is an array, the first value is used for the first point, second value for the second point, etc

Got it! Thanks!

I believe this parameter is now named pointRadius.

Was this page helpful?
0 / 5 - 0 ratings