Forum Discussion
bhavesh-jadav
8 years agoHelper I
Up Down Arrow for Numeric Inputs in Custom Visual
Hello there, I want to show up down arrow for numeric field in custom visual just like we have for font-size. I am using following syntax for numeric field "decimalPlaces": {
"displayName": "...
- 8 years ago
This is a full list of properties that I know about:
-
weight
-
angle
-
textSize
-
fontSize
-
titleFontSize
-
secFontSize
-
secTitleFontSize
-
outlineWeight
-
gridVerticalWeight
-
gridHorizontalWeight
-
barWeight
-
rowPadding
-
cardPadding
-
imageHeight
-
steppedLayoutIndentation
-
borderThickness
-
preferredCategoryWidth
-
strokeWidth
-
gridlineThickness
-
markerSize
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
-
v-chuncz-msft
8 years agoCommunity Support
You may try type enumeration.
v-viig
8 years agoCommunity Champion
Power BI has a few hard coded property names that will force PBI to show arrows.
What value range are you instrested in? If there's no specific value range we would recommend to keep it as it.
PBI users actually can use Keyboard Arrows to increase/decrease values.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals