From c49b0cdf97a64add94c4988f19ad724100a755aa Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Sat, 2 Feb 2019 08:41:54 -0800 Subject: [PATCH] Replace rectangle with ILayoutItem --- src/core/core.scale.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/core.scale.js b/src/core/core.scale.js index ff73d98115f..b16e4bc8558 100644 --- a/src/core/core.scale.js +++ b/src/core/core.scale.js @@ -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;