kendo-react icon indicating copy to clipboard operation
kendo-react copied to clipboard

Stockchart has wrong value when using nested 'field' property on ChartSeriesItemProps

Open JeroenHauchecorne opened this issue 1 year ago • 1 comments

I'm submitting a...

  • Bug report

Current behavior

Stockchart is showing wrong value. Goes from 87 -> 87.33 -> 87 ... 87 -> 88 There is no reason for this 87 -> 87.33 -> 87 jump

Expected behavior

Stockchart is showing correct value. Goes from 87 -> 87 -> 87 ... 87 -> 88

Minimal reproduction of the problem with instructions

using nested field on the ChartSeriesItemProps 'field' property is giving a different result than using non nested field.

nested: field: 'series.value' non-nested field: 'value'

https://stackblitz.com/edit/react-wyzfth?file=app%2Fmain.tsx

### Tasks

JeroenHauchecorne avatar Mar 11 '24 13:03 JeroenHauchecorne

Hey @JeroenHauchecorne,

Thank you for reporting the issue. It's look like a valid bug indeed. Our team will fix it as soon as possible.

If you have any other questions, please don't hesitate to submit a ticket in our support system.

Greetings, Ivaylo

iadnonov avatar Mar 12 '24 08:03 iadnonov