Add ability to edit Point attributes on the line graphs
First off, I love the charting in PSHTML! I'd also like if it was possible to edit the point attributes on a line chart.
Specifically, looking at the Chart.js docs they mention several attributes that I'd like to be able to set with PSHTML:
pointRadius (this is hard coded to 4 in Class datasetline)
pointHitRadius
pointHoverRadius
Steps to reproduce
Create a line chart and the script will contain:
"pointRadius":4, ... "pointHitRadius":null, ... "pointHoverRadius":0
I'm happy to take this issue, but wanted to submit it before working on it.
Add ability to edit Point attributes on the line graphs
First off, I love the charting in PSHTML! I'd also like if it was possible to edit the point attributes on a line chart.
Specifically, looking at the Chart.js docs they mention several attributes that I'd like to be able to set with PSHTML:
Steps to reproduce
Create a line chart and the script will contain:
I'm happy to take this issue, but wanted to submit it before working on it.