Background image for kendochart

I'm trying to set a background image for a kendo chart by looking at the code for the demo site here: http://demos.kendoui.com/dataviz/line-charts/index.html

however, I cannot get the same results for the bubble chart. for example the code is here: http://jsbin.com/alupin/42/edit

+3


source to share


1 answer


You skipped it:

chartArea: {
    background: ""
},

      



In kendoChart

initialization.

+7


source







All Articles