Sync Brush with multiple ScatterCharts in Recharts?

125 Views Asked by At

I have a series of ScatterCharts, each one made with different pieces of data that all span the same date range.

I want to synchronize all of these with a Brush that also spans the same date range.

Feature request asking for x-axis-value-based syncing

Feature request asking for syncId to work with ScatterChart

CodeSandbox of working synchronized charts (notice that everything simply receives the exact same data object)

I'm starting to think the type of synchronization I want is not possible at the moment, was considering manufacturing it using brush event listeners and modifying my data manually, but wanted to know if anyone has been able to successfully synchronize charts with data that differs between charts but has a consistent x-axis range.

0

There are 0 best solutions below