3

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

kmp
  • 10,535
  • 11
  • 75
  • 125
desiguy
  • 652
  • 2
  • 9
  • 25

1 Answers1

7

You missed:

chartArea: {
    background: ""
},

In kendoChart initialization.

OnaBai
  • 40,767
  • 6
  • 96
  • 125