FVANCOP / ChartNew.js

MIT License
420 stars 143 forks source link

angleShowLineOut on Polar Chart #528

Closed DonaTanya closed 6 years ago

DonaTanya commented 6 years ago

Hello,

With Chart.js I managed to get this chart:

image

Due to options totalAmplitude and startAngle, I realized how great this improvement is. However, I would like to have angleShowLineOut on Polar chart as well.

This is how my current chart with ChartNew.js looks like: image

How would I implement that in the existing ChartNew.js code?

FVANCOP commented 6 years ago

Hi DonaTanya,

Thanks for using ChartNew.js (and sorry for the late answer).

Option angleShowLineOut has been added in the new published version. Can you download the last version and try it the new option ?

Regards, François

PS : default value is false; you have to set option angleShowLineOut to true .

DonaTanya commented 6 years ago

Hi François,

Yes, this is working perfectly:

image

Thank you very much :)