Skip to content

Instantly share code, notes, and snippets.

@lohithgn
Created October 3, 2016 04:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lohithgn/806ce74162c5d9d3686a2cda0032e2ee to your computer and use it in GitHub Desktop.
Save lohithgn/806ce74162c5d9d3686a2cda0032e2ee to your computer and use it in GitHub Desktop.
Kendo UI Chrt + Angular JS - Drill Down. markup
<div id="example" ng-app="KendoDemos">
<div ng-controller="MyCtrl">
<div kendo-chart="kChart"
k-series-defaults="{type:'column'}"
k-series="[
{field:'value',categoryField:'category'}
]"
k-data-source="chartDataSource"
k-series-click="onSeriesClick"
style="height:450px">
</div>
</div>
</div>
<script>
//code ...
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment