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]
}]
},
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()]
},]
},