You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(ChartClipPath|CircleClipPath|RectClipPath): Support passing `disabled` to underlying `ClipPath`
* feat: Support passing `props={{ tooltip: { context: ... } }}` for all simplified charts (still support `tooltip={...}`) and restore ability to pass `tooltip={false}` to disable tooltip for all simplified charts
* feat(AreaChart|LineChart|ScatterChart): Add Brush integration. Issue Brush integration (simplified charts) #346
* fix(AreaChart|LineChart): Fade other series highlight points when hovering individual point
* fix(Brush): Use `DomainType` for x/y domain to fix type check
* refactor(Brush): Use common `asAny()` workaround
Similar to the recent
Legend
integration (#257), we should integrate Brush into all simplified chartsUse cases
<AreaChart brush={{ mode: 'integrated }}>
<AreaChart brush={{ mode: 'selection }}>
<AreaChart brush={{ mode: 'separate }}>
<AreaChart brush={{ mode: 'separate-filter }}>
Charts
band
scales. Brush / Scrubbing #15tooltip={{ mode: 'band' }}
support - Tooltip / Brush interop issue for path-based modes (band, voronoi) #347tooltip={{ mode: 'voronoi' }}
support - Tooltip / Brush interop issue for path-based modes (band, voronoi) #347The text was updated successfully, but these errors were encountered: