Skip to content

Commit

Permalink
Replace rectangle with ILayoutItem
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Feb 2, 2019
1 parent 8a2016d commit c49b0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/core.scale.js
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ module.exports = Element.extend({
},

// Actually draw the scale on the canvas
// @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
draw: function(chartArea) {
var me = this;
var options = me.options;
Expand Down

0 comments on commit c49b0cd

Please sign in to comment.