Through the following post: http://www.kendoui.com/forums/kendo-ui-dataviz/chart/pie-chart-overlay-property.aspx#boJiga6aG2OF1P8AAFTdxQ
I was able to figure out the bevels/gradients which is as follows:
"seriesDefaults"
: {
"labels"
: {
"color"
:
"red"
},
"pie"
: {
"overlay"
: {
"gradient"
:
"none"
}
},
"column"
: {
"overlay"
: {
"gradient"
:
"none"
}
}
},
It was said that that information would be added to the Kendo documentation, but I don't see it anywhere.
The next question is where does one set fonts to be used for things like labels?