I am attempting to change the font size of the legend using the following:
According to your demos: http://demos.kendoui.com/dataviz/bar-charts/index.html
Under Configuration > legend it shows a font property as a string, as I did above. However, when I do this, the font size does not change (additionally, I am unable to change the font family). I noticed in one of the forum posts that someone did:
This seems to work much better. Is this a typo or an undocumented API change?
Thanks,
Sara
legend: { visible: true, position: "top", margin: 5, padding: 2, font: "8px Arial"}According to your demos: http://demos.kendoui.com/dataviz/bar-charts/index.html
Under Configuration > legend it shows a font property as a string, as I did above. However, when I do this, the font size does not change (additionally, I am unable to change the font family). I noticed in one of the forum posts that someone did:
legend: { visible: true, position: "top", margin: 5, padding: 2, labels: { font: "10px Verdana" }}This seems to work much better. Is this a typo or an undocumented API change?
Thanks,
Sara