We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a2016d commit c49b0cdCopy full SHA for c49b0cd
src/core/core.scale.js
@@ -716,7 +716,7 @@ module.exports = Element.extend({
716
},
717
718
// Actually draw the scale on the canvas
719
- // @param {rectangle} chartArea : the area of the chart to draw full grid lines on
+ // @param {ILayoutItem} chartArea : the area of the chart to draw full grid lines on
720
draw: function(chartArea) {
721
var me = this;
722
var options = me.options;
0 commit comments