systelab / systelab-charts

Systelab Angular Chart services
MIT License
0 stars 1 forks source link

chart.js supports star in the pointStyle but it does not work (a circle is displayed) #55

Open olgapuig opened 3 years ago

olgapuig commented 3 years ago

chart.js supports 'star' in the pointStyle but the default 'circle' icon is displayed instead. In addition, chart.js does not support the pentagon in the pointStyle

chartMeterConfiguration.markerForGoal = 'star';

Refer to https://www.chartjs.org/docs/latest/configuration/elements.html

olgapuig commented 3 years ago

This is a limitation of the chart.js library and it's required by the projects.