I'm getting TypeError as "e.slice is not a function" while render the kendo chart. The demo is available in the below. Check console error.
Appreciate your support to fix the issue.
I'm getting TypeError as "e.slice is not a function" while render the kendo chart. The demo is available in the below. Check console error.
Appreciate your support to fix the issue.
The issue was with the binding. I'm passing the data to the series from json and again bind with k-data-source.
Thanks to @ezanker for figure this out!