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

Graphing discontinuous data

3 Answers 65 Views
Charts
This is a migrated thread and some comments may be shown as answers.
erich
Top achievements
Rank 1
erich asked on 31 Mar 2013, 10:24 PM
Hi, when I have a discontinuous/sparse seriies of data (e.g. a date X-axis, and i have 1/1,1/2,1/5,1/6) on a line graph,etc there are 'breaks between the actual values on the 'missing'  day.  Is there an option to have the chart draw the line 'across' the missing values to the next 'dot'?

3 Answers, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 01 Apr 2013, 11:44 AM
Hello Erich,

In order to achieve this you should set series.missingValues configuration option to "interpolate". For example: 
$("#chart").kendoChart({
  //....
  series: [{
     //....
     missingValues: "interpolate"
  }]
});

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!
0
erich
Top achievements
Rank 1
answered on 01 Apr 2013, 01:24 PM
Hi Iliana, thanks so much.  I actually scanned the api, but with those 500+ config items, it's easy for your eyes to glaze over :)  

Just as a suggestion while you guys format is cook for the simpler components, I don't know if maybe a 'subject oriented' or something view might be useful for the 'big' API's like the Chart component.  
0
Iliana Dyankova
Telerik team
answered on 01 Apr 2013, 05:25 PM
Hi Erich,

Thank you for the feedback - I forwarded it to the team and we will definitely consider it.
 
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
erich
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
erich
Top achievements
Rank 1
Share this question
or