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

kendoChart is not a function

2 Answers 1224 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Mr
Top achievements
Rank 1
Mr asked on 14 Sep 2012, 10:06 AM
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:

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

2 Answers, 1 is accepted

Sort by
0
Nohinn
Top achievements
Rank 1
answered on 14 Sep 2012, 11:39 AM
You cannot use the dataviz product unless you buy the product, you have the option to use a trial though, but to get all the support, major and minor updates, ... you have to buy it.
0
Mr
Top achievements
Rank 1
answered on 14 Sep 2012, 11:46 AM
Hi Nohinn,

that was not clear to me, now I know.

Thanks!
Tags
Charts
Asked by
Mr
Top achievements
Rank 1
Answers by
Nohinn
Top achievements
Rank 1
Mr
Top achievements
Rank 1
Share this question
or