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