4π
β
Itβll work if you use radius
datasets: [
{
radius: 15,
pointHoverRadius: 15,
...
Note β looking at the documentation (http://www.chartjs.org/docs) for other chart types (scatter type is not included in the documentation as at the time of writing this answer), this will probably be superseded by pointRadius
(the comments for other chart types suggest that pointRadius
is preferable and that radius
works just because the code is currently backward compatible)
Fiddle : https://jsfiddle.net/9gerc01h/
Source:stackexchange.com