【问题标题】:How to set a Background Image for a Kendo DataViz Chart如何为 Kendo DataViz 图表设置背景图像
【发布时间】:2012-11-13 21:39:12
【问题描述】:
【问题讨论】:
标签:
charts
kendo-ui
kendo-dataviz
【解决方案1】:
基本上,您需要将该背景样式应用于初始化图表的元素。
例如
<div id="chart" style="background: center no-repeat url('someImage.png');"></div>
喜欢这个在线demo。
【讨论】:
-
为 Kendo Stockchart 尝试了同样的方法,但无法像在 Example 中那样工作。你能检查一下可能是什么问题吗?