MAIDR Documentation - v3.65.0
    Preparing search index...
    • Converts Recharts configuration into MAIDR data format.

      The result is memoized: it only recomputes when individual config fields change. You do not need to stabilize the config object reference itself — the hook destructures it and tracks each field independently. However, fields that are arrays or objects (data, yKeys, layers, fillKeys, binConfig) are compared by reference. Define them outside the component or wrap them in useMemo to avoid unnecessary recomputation on every render.

      Parameters

      Returns Maidr

      MaidrData ready to pass to <Maidr data={...}>