This is a migrated thread and some comments may be shown as answers.

linear-interpolation support

1 Answer 169 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Babar
Top achievements
Rank 1
Babar asked on 16 May 2013, 09:28 AM
Do kendo charts have linear-interpolation or anything similar? Any examples if present?

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 18 May 2013, 08:13 AM
Hello Babar,

Kendo UI Chart provides an option for interpolating the missing values. As an example: 
$("#chart").kendoChart({
  //....
  series: [{
     name: "India",
     missingValues: "interpolate",
     data: [3.907, 7.943, null, 9.284, 9.263, null, 3.890, null, 9.552, 6.855]
  }]
});
More detailed information is available in the corresponding documentation.
 
Regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Charts
Asked by
Babar
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or