Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
buenas tardes me gustaria saber como hacer mas peque aun el numero de un milti KPI
esos aun los quiero hacer mas pekeños, en el menu
ya los tengo como mini pero aun lo quiero hacer mas pequeña la fuente , o en donde hay una opcion para personalizar ese formato
espero me pudan apoyar
Mil gracias!!!!
Olá!
Você pode customizar o tamanho da fonte através de CSS dentro da aba 'Styles' no próprio objeto Multi KPI.
Fiz um teste aqui com o seguinte comando e funcionou:
.ui.mini.statistic .value {
font-size: 10px !important;
}
Na imagem em anexo mostro onde você pode encontrar a aba 'Styles' dentro do objeto Multi KPI, e também mostro a janela do DevTools que usei para identificar a classe do texto do KPI.
-----
Hi there!
You can change the font-size by using CSS under the 'Styles' part in the Multi KPI object.
I tested the following command and it worked just fine:
.ui.mini.statistic .value {
font-size: 10px !important;
}
In the following print you can see where to find this 'Styles' part and also the DevTools windows, which I used to find the proper class of the KPI text we wanted to modify.
Olá!
Você pode customizar o tamanho da fonte através de CSS dentro da aba 'Styles' no próprio objeto Multi KPI.
Fiz um teste aqui com o seguinte comando e funcionou:
.ui.mini.statistic .value {
font-size: 10px !important;
}
Na imagem em anexo mostro onde você pode encontrar a aba 'Styles' dentro do objeto Multi KPI, e também mostro a janela do DevTools que usei para identificar a classe do texto do KPI.
-----
Hi there!
You can change the font-size by using CSS under the 'Styles' part in the Multi KPI object.
I tested the following command and it worked just fine:
.ui.mini.statistic .value {
font-size: 10px !important;
}
In the following print you can see where to find this 'Styles' part and also the DevTools windows, which I used to find the proper class of the KPI text we wanted to modify.
Mil gracias @mageste eres muy amable