From: Evert Timberg Date: Fri, 1 Nov 2019 11:19:36 +0000 (-0400) Subject: Fix polar area sample (#6665) X-Git-Tag: v3.0.0-alpha~276 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a873c0786934964c32b15e90fcb7cdc05a727e2;p=thirdparty%2FChart.js.git Fix polar area sample (#6665) --- 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(),