Set own font in Kendo Chart
19:46How 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
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
;
}
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor Aenean massa.
0 comments