tremorlabs / tremor

React components to build charts and dashboards
https://npm.tremor.so
Apache License 2.0
16.21k stars 467 forks source link

[Feature]: Brush Chart #899

Open zevisert opened 10 months ago

zevisert commented 10 months ago

What problem does this feature solve?

I would really love to have a tremor based brush chart (like: @airbnb/visx brush chart).

I think brush charts are often a much more user-friendly option than zoom and pan is. With the components we're using from tremor, we often find ourselves needing a way for the user to browse the data a little bit more than just statically looking at it.

Related #308 (as discussion #309), #139

What does the proposed API look like?

Some combination of a line chart with maybe a sparkline below it to implement the brush part?

gdhyani commented 6 months ago

I can work on this as this project is using rechart, i can implement brush chat in the project.