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

My browser freeze when I try to load aperiodic data

1 Answer 38 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Nicolas
Top achievements
Rank 1
Nicolas asked on 30 Oct 2015, 08:02 AM

Hello,

I need to load data of 6 series in 3 charts on a selected period which can be many years.

The problem is that the data are aperiodic and sometimes there is only few seconds between samples.

I can't use the resampling because the user need to view the real timestamps.

 

​Here is what I try to do : https://gist.github.com/anonymous/334712463cad6a2029bb (Take care, the browser freeze with the code in this state)

In this example, the user selects a period of one year and there is only 57 samples in each series from may to july.

I would like to obtain the data in the middle of the charts with empty bands on each side and the shared tooltips when I move the mouse hover the charts.

 

Have you any suggestions, tips or guidelines to achieve what ​I need ?

 Many thanks

1 Answer, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 03 Nov 2015, 10:11 AM
Hi,

I'm copying the reply to your support ticket here for community reference.

My recommendation in this case is to use a scatter line series. These will never aggregate data points and will simply show them on a time line.

See the updated snippet. Note that you have to specify both xAxis and yAxis for the series.

I hope this helps.

Regards,
T. Tsonev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Charts
Asked by
Nicolas
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Share this question
or