Hi:
I've been trying to get the Kendo chart example to work, and I've found that the source under "View Code" does not fully reproduce the chart that's shown on the page. (Not attaching the code b/c I'm using a copy-paste of exactly the code from this page: http://demos.kendoui.com/chart/index.html)
The problem is with the tooltip; the chart renders properly, but on mouseover, the text for the tooltip only appears after the chart (and unformatted). The console gives an "Uncaught TypeError: Cannot read property 'color' of undefined" once and then "Uncaught TypeError: Cannot read property 'series' of undefined" for each mouseover event on one of the bars.
A little cursory debugging (using the source of the working page) reveals that commenting out kendo.examples.js breaks the chart similarly -- perhaps there is some entanglement there?
Also possible that I'm doing something boneheaded, happy to get guidance in that case.
Also, FWIW, this is all on Linux, using both Chrome and Firefox 3.6.21.
Cheers,
--Bryan
I've been trying to get the Kendo chart example to work, and I've found that the source under "View Code" does not fully reproduce the chart that's shown on the page. (Not attaching the code b/c I'm using a copy-paste of exactly the code from this page: http://demos.kendoui.com/chart/index.html)
The problem is with the tooltip; the chart renders properly, but on mouseover, the text for the tooltip only appears after the chart (and unformatted). The console gives an "Uncaught TypeError: Cannot read property 'color' of undefined" once and then "Uncaught TypeError: Cannot read property 'series' of undefined" for each mouseover event on one of the bars.
A little cursory debugging (using the source of the working page) reveals that commenting out kendo.examples.js breaks the chart similarly -- perhaps there is some entanglement there?
Also possible that I'm doing something boneheaded, happy to get guidance in that case.
Also, FWIW, this is all on Linux, using both Chrome and Firefox 3.6.21.
Cheers,
--Bryan