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.
@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
.
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