Chart.types.Bar.extend({ name: "BarAlt", draw: function () { Chart.types.Bar.prototype.draw.apply(this, arguments); var ctx = this.chart.ctx; ...
確定! 回上一頁