Forum Discussion
michal089
8 years agoFrequent Visitor
How to change fontSize capability limits.
Hi, I have following problem: i can't define limits of the fontSize (apparently the upper one is 40 and the lower is 8). Additionaly I have not got a slider beside the input number: M...
samuelr2019
7 years agoFrequent Visitor
Hi, would you be able to publish the code required to achieve this result please.
I'm trying to produce a visual for a 55" TV in the office and the max font size of 40 on the card visual just isn't enough.
Any help would be greatly appreciated!
v-evelk
7 years agoMicrosoft Employee
Hi,
Please check an April release of PowerBi Desktop that will be delivered soon.
Kind Regards,
Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
[email protected]
- samuelr20197 years agoFrequent Visitor
Thanks Evgenii, I look forward to it!
- v-evelk7 years agoMicrosoft Employee
Btw, you can try
type:{ integer: true} in capabilitiesand something like the following:validValues: { yourFieldName: { numberRange: { min: 10, max: 100 } } }Kind Regards,