I have to display data which contains few series.
Each series is a list of (value, sampleTime).
How can I display them in the same StockChart?
I didn't find an example, and the API contain a way to define only one general dateField.
Note: I can't consolidate the time samples of the series (e.g. create 1 list of (value1, value2, ..., sampleTime)
Thanks,
Each series is a list of (value, sampleTime).
How can I display them in the same StockChart?
I didn't find an example, and the API contain a way to define only one general dateField.
Note: I can't consolidate the time samples of the series (e.g. create 1 list of (value1, value2, ..., sampleTime)
Thanks,
4 Answers, 1 is accepted
0
Hi,
This shouldn't be a problem as far as the series data relates to the same period.
The dateField setting is a shortcut for setting default category binding on all series, including the ones in the navigator.
You can override the categoryField setting on each series individually.
I hope this helps.
Regards,
T. Tsonev
Telerik
This shouldn't be a problem as far as the series data relates to the same period.
The dateField setting is a shortcut for setting default category binding on all series, including the ones in the navigator.
You can override the categoryField setting on each series individually.
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!
0
0
Hi,
The stock chart still needs the dateField to set up the configurator.
The misalignment between the axes looks like a glitch that we'll investigate.
For the moment I've applied a workaround in the updated demo.
Regards,
T. Tsonev
Telerik
The stock chart still needs the dateField to set up the configurator.
The misalignment between the axes looks like a glitch that we'll investigate.
For the moment I've applied a workaround in the updated demo.
Regards,
T. Tsonev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
sloth1
Top achievements
Rank 1
answered on 09 Sep 2014, 11:34 AM
Hi,
It solved my problem,
Many Thanks
It solved my problem,
Many Thanks