Closed
Description
I think this is more of a request but it'd be really useful to have a zValueMapper or errorValueMapper per point specifically when using ErrorBarSeries
so that each point (at a particular x, y location) can have a different verticalErrorValue. If I'm not mistaken, right now the same error value will be applied to all dataSource values in a ErrorBarSeries chart using verticalErrorValue
Also, and this may be more of an actual bug, verticalPositiveErrorValue
and verticalNegativeErrorValue
when set, don't alter the upper and lower limit of the error bar indicator as the name may suggest. But verticalErrorValue
does alter both equally.