You could change the background of Kendo UI Chart using chartArea background configuration option. Also, you could change the plotArea background. For example:
$("#chart").kendoChart({
...
chartArea: {
background: "red"
},
plotArea: {
background: "green"
}
});
Regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!