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

Customized - Deprecated, will be removed in 4.0 consumes context provided by these components:

Properties

  • componentReactElement | Function

    Use react element or function to render arbitrary customized content which can use the internal state and props of chart.