[Chartjs]-How to use custom rendering methods of chartJs through ng2-charts angular?

1👍

This answer to a similar question provides excellent code that can be used in Angular together with ng2-charts. It uses the Chart.elements.Rectangle.prototype.draw function. I adapted it slightly to fit your needs.

enter image description here

Please have a look at the following StackBlitz.

Leave a comment