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"
>
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"
>