[Solved] Slider support for returning string value

Hi Everyone,

I am a newbie to dash and web development, So excuse me if it sounds vague .

I have a large dataset, which I am loading up as a dataframe, I am using the drop downs to get the values and issue callbacks to filter and do some dynamic plotting. But the slider component, I see that it only returns value for the call back, is there a way to return the label instead so that I can use this label to filter the dataframe.

Cheers,
Vivek

Hi guys, I did resolve it my self.