Skip to content

Commit

Permalink
Fix polar area sample (#6665)
Browse files Browse the repository at this point in the history
  • Loading branch information
etimberg authored Nov 1, 2019
1 parent 9981132 commit 0a873c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/charts/polar-area.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
var chartColors = window.chartColors;
var color = Chart.helpers.color;
var config = {
type: 'polarArea',
data: {
type: 'polarArea',
datasets: [{
data: [
randomScalingFactor(),
Expand Down

0 comments on commit 0a873c0

Please sign in to comment.