background image for kendochart

kendo-dataviz, kendo-ui

Solution

You missed:

chartArea: {
    background: ""
},

In `kendoChart` initialization.

Problem

I am trying to set a background image for the kendo chart looking at the code for the demo website here:http://demos.kendoui.com/dataviz/line-charts/index.html however I am not able to get the same results for a bubble chart. eg code here: http://jsbin.com/alupin/42/edit

Original source