I'm using Kendo UI 2014 Q2 and referencing "kendo.all.d.ts" from a typescript class in order to create a kendoChart.
Visual Studio is complaining with the following error:
"Error 1 The property 'geometry' does not exist on value of type 'dataviz'. C:\_s\Visual Studio Projects\Typescript\Kendo Views\Kendo Views\libs\kendo\typescript\kendo.all.d.ts 7779 44 Kendo Views"
Any ideas?
Steve