Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I created a custom theme so I could change the fonts in my application but the fonts won't change the axis. I'm not sure what I did wrong because it appears as if my font is set when I inspect the elemnt but nothing you can tell by the zeros "0"
Here is my css I applied.
#sheet-title * {
font-family: Franklin Gothic, Helvetica, Arial, sans-serif
/* font-size: 24px;
color: #000000 */
}
.qv-object * {
font-family: Franklin Gothic, Helvetica, Arial, sans-serif
}
.qv-object-title * {
font-family: Franklin Gothic, Helvetica, Arial, sans-serif
}
.qv-viz * {
font-family: Franklin Gothic, Helvetica, Arial, sans-serif
}
.qv-chart-component-axis * {
font-family: Franklin Gothic, Helvetica, Arial, sans-serif
}
.qv-listbox * {
font-family: Franklin Gothic, Helvetica, Arial, sans-serif
}
.qv-treemap * {
font-family: Franklin Gothic, Helvetica, Arial, sans-serif
}
.qvt-sheet {
background: #ffffff !important;
}
Not sure if it's helpful or not, but I have experienced a similar issue in QlikView - when I use the Theme Maker on a chart, all of my custom settings are applied to the theme except for the font on the dimension axis (expression axis is applied correctly). As far as I'm aware this is just how it works, and there's no way around it.
The axis is a canvas object. These are not affected by the changes in the css-file for the theme. Think it is really strange that Qlik has made it this way and allowing a theme that only modifies some parts.