this is my custom implementation of the labels:
<kendo-radialgauge-scale-labels
//what is the syntax to call my function ???
content="getGaugeLabels(val)"
position="outside">
</kendo-radialgauge-scale-labels>
how can I set custom labels ??
in the api documentation =>
content?
(e: any) => string
The function which returns the label content.
The available fields in the function argument are:
value—The value of the label.
how can I use that in angular 9 ????