How can I set the background image for a Kendoui chart?
Asked
Active
Viewed 1,916 times
1 Answers
3
Basically you need to apply that background style to the element from which you initialize the chart.
e.g.
<div id="chart" style="background: center no-repeat url('someImage.png');"></div>
Like in this online demo.

Petur Subev
- 19,983
- 3
- 52
- 68
-
1Tried the same thing for Kendo Stockchart but couldn't make it work as in this [Example](http://jsbin.com/izuyoz/6/). Can you please check what might be the problem? – Naga Kiran Nov 30 '12 at 05:45