Hello,
I am new to Kendo UI and want to start to create my 1st pie chart.
But If I run my webpage, I get following error from firebug:
$('#chart').kendoChart is not a function
This is what I include in the header:
Do I miss a file to include?
What I thought is that I had to include kendo.dataviz.min.js, but this file does not come with the kendo package.
The files I have inside my kendo/js folder are attached as image.
Thank you for any help!
I am new to Kendo UI and want to start to create my 1st pie chart.
But If I run my webpage, I get following error from firebug:
$('#chart').kendoChart is not a function
This is what I include in the header:
<!doctype html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="/css/kendo/styles/kendo.common.min.css" rel="stylesheet" type="text/css" /> <link href="/css/kendo/styles/kendo.default.min.css" rel="stylesheet" type="text/css" /> <script src="/kendo/js/jquery.min.js" type="text/javascript"></script> <script src="/kendo/js/kendo.web.min.js" type="text/javascript"></script> </head>Do I miss a file to include?
What I thought is that I had to include kendo.dataviz.min.js, but this file does not come with the kendo package.
The files I have inside my kendo/js folder are attached as image.
Thank you for any help!