如何在chart.js3.x中使用以下语法



如何在chart.js版本3中使用以下语法?

Chart.defaults.LineWithLine = Chart.defaults.line;
Chart.controllers.LineWithLine = Chart.controllers.line.extend({
draw: function(ease) {
Chart.controllers.line.prototype.draw.call(this, ease);
}
});

Chart.js提供了非常好的文档,请先看一看,因为你的答案很有可能在那里:https://www.chartjs.org/docs/master/developers/charts.html#extending-现有图表类型

相关内容

  • 没有找到相关文章

最新更新