Chartjs-Getting additional value fields from data source for dx.chartjs doughnut chart

1👍

Can retrieve tag from point, that is an attribute of customizeText parameter

label: {
    customizeText: function () {
        return this.point.tag;
    }
}

Leave a comment