­

Set own font in Kendo Chart

19:46

How to set our own font in Kendo Chart? You can override it with a simple css rule.


.k-chart text,
.k-gauge text {
    font: inherit !important;
}
This will override the text in both charts and gauges

You Might Also Like

0 comments