Currently, you can easily sync two charts by using the syncId
property, like in this fiddle.
I'd like to design something with D3, outside of Recharts scope. Is it possible to catch events or callbacks allowing me to sync my custom component the same way two Recharts components does?
Thanks