From 0a873c0786934964c32b15e90fcb7cdc05a727e2 Mon Sep 17 00:00:00 2001 From: Evert Timberg Date: Fri, 1 Nov 2019 07:19:36 -0400 Subject: [PATCH] Fix polar area sample (#6665) --- samples/charts/polar-area.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/charts/polar-area.html b/samples/charts/polar-area.html index 4321e279f..7d8391035 100644 --- a/samples/charts/polar-area.html +++ b/samples/charts/polar-area.html @@ -29,8 +29,8 @@ var chartColors = window.chartColors; var color = Chart.helpers.color; var config = { + type: 'polarArea', data: { - type: 'polarArea', datasets: [{ data: [ randomScalingFactor(), -- 2.47.2