Skip to content

Commit

Permalink
Remove non existing property from radar samples #3026
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Oberwasserlechner committed Jul 24, 2016
1 parent e94d3c0 commit 27010c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions samples/radar-skip-points.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,14 @@
borderColor: 'rgb(255, 0, 255)',
backgroundColor: "rgba(0, 255, 0, 0.5)",
pointBackgroundColor: "rgba(151,187,205,1)",
hoverPointBackgroundColor: "#fff",
pointHighlightStroke: "rgba(151,187,205,1)",
pointHoverBackgroundColor: "#fff",
data: [randomScalingFactor(), randomScalingFactor(), NaN, randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor()]
},{
label: "Skip last dataset",
borderColor: 'rgb(0, 255, 255)',
backgroundColor: "rgba(0, 0, 255, 0.5)",
pointBackgroundColor: "rgba(151,187,205,1)",
hoverPointBackgroundColor: "#fff",
pointHighlightStroke: "rgba(151,187,205,1)",
pointHoverBackgroundColor: "#fff",
data: [randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), NaN]
}]
},
Expand Down
3 changes: 1 addition & 2 deletions samples/radar.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@
label: "My Second dataset",
backgroundColor: "rgba(151,187,205,0.2)",
pointBackgroundColor: "rgba(151,187,205,1)",
hoverPointBackgroundColor: "#fff",
pointHighlightStroke: "rgba(151,187,205,1)",
pointHoverBackgroundColor: "#fff",
data: [randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor()]
},]
},
Expand Down

0 comments on commit 27010c4

Please sign in to comment.