diff --git a/src/core/core.controller.js b/src/core/core.controller.js index 562978f13..242d19356 100644 --- a/src/core/core.controller.js +++ b/src/core/core.controller.js @@ -124,7 +124,7 @@ if (this.options.scale) { // Build radial axes - var ScaleClass = Chart.scaleService.getScaleConstructor(axisOptions.type); + var ScaleClass = Chart.scaleService.getScaleConstructor(this.options.scale.type); var scale = new ScaleClass({ ctx: this.chart.ctx, options: axisOptions,