Customized
Customized component used to be necessary to render custom elements in Recharts 2.x. Starting from Recharts 3.x, all charts are able to render arbitrary elements anywhere, and Customized is no longer needed. Before: <Customized component={<MyCustomComponent />} /> Now: <MyCustomComponent />
Parent Components
Properties
- componentReactElement | Function - Use react element or function to render arbitrary customized content which can use the internal state and props of chart.