data-driven-range-slider
data-driven-range-slider copied to clipboard
D3.js based data-driven range slider, date time support
Sometimes I may want to set range outside the component but not througth brush.
By creating the project with react 18, I encounted the error `Cannot read properties of undefined (reading 'sourceEvent')` when selecting a range. [example](https://stackblitz.com/edit/data-driven-range-slider-react-integration-tzy9xz?file=package.json,index.js)
When I set range data as [1,2,3], it shows '.001 .002 .003' on x-axis but I want to display '1 2 3' .Is there any way to do that? [Here...
Hey @bumbeishvili, Thanks for the plugin! 1. Is there a way I could like to programatically set the brush instead of manually setting it via clicking on the slider? 2....
In v6 of d3, events were updated to remove the global "d3.event" and pass the event content itself. This pull request updates the data-driven-range-slider to use the new syntax. Updated...
Is it possible to update the bar chart in the slider to a line/area/spline chart etc
Thanks for this great solution! In observable barRangeSlider with d3v5 works fine but it stops working when using d3v6. Am I importing d3 wrong or does the barRangeSlider include deprecated...
Hi There. Your package is really nice. I want to use this package in my own work but in documentation there is just one slider created, i need to create...
After doing npm i data-driven-range-slider and requiring the module as it's listed in the Github README, I get this error:  I've tried requiring 'data-driven-range-slider' instead and that gives me...