Hi All,
I am attempting to change axis font size and css doesn’t implements changes I made.
when I access this file
~/Documents/kibana-6.2.4-linux-x86_64/optimize/bundles$ vim commons.style.css
and I am editing this line
.label-text {
font-size: 200%;
font-weight: normal;
}
nothing happens
}
.tick text {
font-size: 9px;
fill: #000000;
}
x and y values color changes when I change fill in the tick box but when I edit font-size nothing happens.
your help would be greatly appreciated
(my kibana version is 6.2.4)