Using ChartJS, is the issue with the “Options -> CutoutPercentage” property a known problem?
When creating a Doughnut chart and trying to set this field to a value other than 50, it causes a compilation error, as if the property does not exist.
Instead of setting it in the designer, the way to do it is to set it in code:
((DoughnutOptions)this.chartJS1.Options).CutoutPercentage = 80;
I can reproduce, we’ll look into this.
Julie
Please login first to submit.
