OptionalerrorKey holding the interval as an offset from the estimate — the field a
<ErrorBar dataKey> points at. A number is a symmetric offset; a
[lower, upper] pair is an asymmetric one, exactly as Recharts reads it.
OptionalyKey holding the absolute lower bound. Takes precedence over errorKey.
OptionalyKey holding the absolute upper bound. Takes precedence over errorKey.
Configuration for the interval drawn around an estimate. Used when
chartTypeis'error_bar'or'forest'.MAIDR fixes the interval as ABSOLUTE positions on the value axis, while Recharts'
<ErrorBar dataKey>points at an OFFSET from the estimate. Both are accepted here and normalised to absolutes: declareerrorKeyfor the Recharts field, oryMinKey/yMaxKeywhen the data already holds bounds.