Missing to pass the parameter 'legendTemplate' into Chart js #186
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
in LineChart, there is @input() 'legendTemplate', but it is forgotten to pass into Chart.js
i.e.
this.chart = new Chart(... {
....
legendTemplate: this.legendTemplate <----- missing this parameter
})
This problem is exist in linechart, barchart, polarareachart and radarchart.
But not in piechart and doughnutchart
The text was updated successfully, but these errors were encountered: