my canvas tag is not taking options
suffix and label formatter both are not working.
public barChartOptions: any
= {
scaleShowVerticalLines: false,
responsive: true,
axisY: {
labelFormatter: function (e) {
alert(“k”)
return e.value + “K”;
}
}
};
here alert is also not working.