Chart.js-RangeSlider icon indicating copy to clipboard operation
Chart.js-RangeSlider copied to clipboard

slider fails if no pointBackgroundColor/pointBorderColor option is provided

Open buckelieg opened this issue 7 years ago • 1 comments

Whenerever datasets contain no pointBackgroundColor and pointBorderColor options RangeSlider fails to instantiate.

buckelieg avatar Mar 01 '18 14:03 buckelieg

I have the same issue. It seems I can set them to an empty array to suppress the errors. e.g. pointBackgroundColor = []

lcoursey avatar Apr 13 '18 15:04 lcoursey