Skip to content

Commit

Permalink
Reverted changes to polar chart sample
Browse files Browse the repository at this point in the history
  • Loading branch information
santam85 committed Nov 16, 2020
1 parent 479d0e3 commit d6273a8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions samples/charts/polar.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,26 +71,24 @@
data: {
labels: labels,
datasets: [{
backgroundColor: Samples.colors({
count: DATA_COUNT
}),
backgroundColor: Samples.color(0),
data: Samples.numbers({
count: DATA_COUNT,
min: 20,
min: 0,
max: 100
})
}, {
backgroundColor: Samples.color(1),
data: Samples.numbers({
count: DATA_COUNT,
min: 20,
min: 0,
max: 100
})
}, {
backgroundColor: Samples.color(2),
data: Samples.numbers({
count: DATA_COUNT,
min: 20,
min: 0,
max: 100
})
}]
Expand Down

0 comments on commit d6273a8

Please sign in to comment.