Using values other than x and y on a LineChart with xAccessor/yAccessor yields this error: Unexpected value NaN parsing cy attribute (also with cx).
Fiddle with the default LineChart example with pairs changed to a/b instead of x/y and the accessor props added: https://jsfiddle.net/terebentina/9g7zbk0h/21/
Using values other than
x
andy
on aLineChart
withxAccessor
/yAccessor
yields this error:Unexpected value NaN parsing cy attribute
(also with cx). Fiddle with the defaultLineChart
example with pairs changed to a/b instead of x/y and the accessor props added: https://jsfiddle.net/terebentina/9g7zbk0h/21/