schme16/Chart.js-RangeSlider

slider fails if no pointBackgroundColor/pointBorderColor option is provided

Opened this issue · 1 comments

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

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