-
-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Similar to the recent Legend integration (#257), we should integrate Brush into all simplified charts
Use cases
- Integrated
<AreaChart brush={{ mode: 'integrated }}>
- Selection
<AreaChart brush={{ mode: 'selection }}>
- Separate (clip data) (second chart below)
<AreaChart brush={{ mode: 'separate }}>
- Separate (filter data) (second chart below)
<AreaChart brush={{ mode: 'separate-filter }}>
- Set initial value
- Sync multiple charts
Charts
- AreaChart
- BarChart
- Brush needs support for
bandscales. Brush / Scrubbing #15 - Fix
tooltip={{ mode: 'band' }}support - Tooltip / Brush interop issue for path-based modes (band, voronoi) #347
- Brush needs support for
- LineChart
- PieChart
- ScatterChart
- Fix
tooltip={{ mode: 'voronoi' }}support - Tooltip / Brush interop issue for path-based modes (band, voronoi) #347
- Fix
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Todo