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

AngularJS Stock-Chart Directives...

4 Answers 96 Views
Integration with other JS libraries
This is a migrated thread and some comments may be shown as answers.
Matt
Top achievements
Rank 1
Matt asked on 12 Aug 2014, 02:22 PM
There doesn't seem to be a directive for the Stock-Chart. Am I missing something? 

I thought it would be something like this:

<div id="kc" kendo-chart
k-legend="{ position: 'bottom' }"
k-transitions="false"
k-series-defaults="{ type: 'stockChart' }"
k-series="[
{ field: 'Value',
markers: {
visible: false,
}
}
]"
k-navigator= "{
series: {
type: 'area',
field: 'Value'
}}"
k-data-source="theSource"
k-series-hover="onSeriesHover"
>

4 Answers, 1 is accepted

Sort by
0
Matt
Top achievements
Rank 1
answered on 12 Aug 2014, 08:13 PM
not sure if anyone monitors the forums at all.... 
0
Mihai
Telerik team
answered on 13 Aug 2014, 07:38 AM
Hi Matt,

Use the kendo-stock-chart directive.  Here is an example where I just edited the first stock chart demo:

http://dojo.telerik.com/AlIN

Regards,
Mihai
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Matt
Top achievements
Rank 1
answered on 13 Aug 2014, 10:51 AM
It appears that all the. Co fig options are not enable declaratively like the rest? 
0
Matt
Top achievements
Rank 1
answered on 13 Aug 2014, 11:13 AM
Nevermind....  Should just looked at the source code. The KS for the feedback 
Tags
Integration with other JS libraries
Asked by
Matt
Top achievements
Rank 1
Answers by
Matt
Top achievements
Rank 1
Mihai
Telerik team
Share this question
or