0

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.

Kendo chart demo

Appreciate your support to fix the issue.

Premkumar Jayaseelan
  • 681
  • 2
  • 10
  • 30

1 Answers1

0

The issue was with the binding. I'm passing the data to the series from json and again bind with k-data-source.

Fixed: Kendo chart demo

Thanks to @ezanker for figure this out!

Premkumar Jayaseelan
  • 681
  • 2
  • 10
  • 30