Home >Web Front-end >HTML Tutorial >【】How to display the legend using Chart.js drawing? _html/css_WEB-ITnose
As shown in the picture, now that Chart.js is used to draw a pie chart or bar chart, how can I display the corresponding legend next to it?
var myChart = new Chart(ctx).Pie(data, options)var legend = myChart.generateLegend();