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

navigator question

1 Answer 40 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Jason
Top achievements
Rank 1
Jason asked on 25 Sep 2013, 11:04 PM
Is the navigator in the stock chart demo only available for the stock chart? If so is there any limitation of the stock chart that will prevent it from working with other time series based data (I am interested in the line chart)?

Thanks,

Jason

1 Answer, 1 is accepted

Sort by
0
Hristo Germanov
Telerik team
answered on 27 Sep 2013, 08:37 AM
Hi Jason,

You can add line series to the stock chart navigator. You need to set different navigator.series.type to your chart.

navigator: {
    series: {
        type: "line",
        field: "Field"
    }
}

You can use the selection out of the stock chart: http://demos.kendoui.com/dataviz/api/selection.html

Regards,
Hristo Germanov
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
Jason
Top achievements
Rank 1
Answers by
Hristo Germanov
Telerik team
Share this question
or