Without looking at any code, itβs more difficult, but if you have Mouse-over events for hightlight, you can use range_mapto assign a different value on first boot:
barColor = '#0000FF';
var selected = X;
var range_map = $.range_map({
selected: 'red'
})
This way you will have a blue char stripe with a red X stripe. Hope this works for you.
source
share