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

[Solved] How to define more than one "dateField"

4 Answers 77 Views
Charts
This is a migrated thread and some comments may be shown as answers.
sloth1
Top achievements
Rank 1
sloth1 asked on 28 Aug 2014, 11:17 AM
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,

4 Answers, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 01 Sep 2014, 08:27 AM
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
 
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 01 Sep 2014, 02:19 PM
It helped me get a better result, but I still have 2 problems - 
The navigator is invisible, and the date category of the upper and lower panes is not alligned right.

How can I solve it?

Thanks,
0
T. Tsonev
Telerik team
answered on 03 Sep 2014, 01:22 PM
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
 
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
Tags
Charts
Asked by
sloth1
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
sloth1
Top achievements
Rank 1
Share this question
or