<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Up Down Arrow for Numeric Inputs in Custom Visual in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Up-Down-Arrow-for-Numeric-Inputs-in-Custom-Visual/m-p/486325#M14920</link>
    <description>&lt;P&gt;Thank you Ignat for the list.&lt;/P&gt;</description>
    <pubDate>Fri, 10 Aug 2018 12:26:29 GMT</pubDate>
    <dc:creator>bhavesh-jadav</dc:creator>
    <dc:date>2018-08-10T12:26:29Z</dc:date>
    <item>
      <title>Up Down Arrow for Numeric Inputs in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Up-Down-Arrow-for-Numeric-Inputs-in-Custom-Visual/m-p/473473#M14531</link>
      <description>&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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&lt;/P&gt;&lt;PRE&gt;"decimalPlaces": {
   "displayName": "Value Decimal Places",
    "type": {
       "numeric": true
   }
}&lt;/PRE&gt;&lt;P&gt;Which produces following results.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Capture.PNG" style="width: 168px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/109368i3586927A33230330/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It would be better if we can show arrows for quick value changes. How do I add arrows to this field?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 06:46:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Up-Down-Arrow-for-Numeric-Inputs-in-Custom-Visual/m-p/473473#M14531</guid>
      <dc:creator>bhavesh-jadav</dc:creator>
      <dc:date>2018-07-27T06:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Up Down Arrow for Numeric Inputs in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Up-Down-Arrow-for-Numeric-Inputs-in-Custom-Visual/m-p/477584#M14637</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/62079"&gt;@bhavesh-jadav&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may try type&amp;nbsp;&lt;SPAN&gt;enumeration.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Microsoft/PowerBI-visuals-tools/blob/master/templates/visuals/.api/v1.13.0/schema.capabilities.json#L864" target="_blank"&gt;https://github.com/Microsoft/PowerBI-visuals-tools/blob/master/templates/visuals/.api/v1.13.0/schema.capabilities.json#L864&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 10:22:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Up-Down-Arrow-for-Numeric-Inputs-in-Custom-Visual/m-p/477584#M14637</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2018-08-01T10:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Up Down Arrow for Numeric Inputs in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Up-Down-Arrow-for-Numeric-Inputs-in-Custom-Visual/m-p/479829#M14713</link>
      <description>&lt;P&gt;Power BI has a few hard coded property names that will force PBI to show arrows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What value range are you instrested in? If there's no specific value range we would recommend to keep it as it.&lt;/P&gt;
&lt;P&gt;PBI users actually can use Keyboard Arrows to increase/decrease values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Ignat Vilesov,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Software Engineer&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;pbicvsupport@microsoft.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 10:26:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Up-Down-Arrow-for-Numeric-Inputs-in-Custom-Visual/m-p/479829#M14713</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2018-08-03T10:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Up Down Arrow for Numeric Inputs in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Up-Down-Arrow-for-Numeric-Inputs-in-Custom-Visual/m-p/479835#M14714</link>
      <description>&lt;P&gt;It is really&amp;nbsp;convenient to click on arrows to adjust the number. Default Power BI visual shows arrows for numeric inputs so I thought end user would expect similar thing in custom visual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also how do I set range for numeric input? Is there a way to do it in capabilities.json file or do I have to&amp;nbsp;manage it in the code?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 10:31:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Up-Down-Arrow-for-Numeric-Inputs-in-Custom-Visual/m-p/479835#M14714</guid>
      <dc:creator>bhavesh-jadav</dc:creator>
      <dc:date>2018-08-03T10:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Up Down Arrow for Numeric Inputs in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Up-Down-Arrow-for-Numeric-Inputs-in-Custom-Visual/m-p/482848#M14823</link>
      <description>&lt;P&gt;What default vsiuals are you talking about?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Ignat Vilesov,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Software Engineer&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;pbicvsupport@microsoft.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 15:30:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Up-Down-Arrow-for-Numeric-Inputs-in-Custom-Visual/m-p/482848#M14823</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2018-08-07T15:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Up Down Arrow for Numeric Inputs in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Up-Down-Arrow-for-Numeric-Inputs-in-Custom-Visual/m-p/482861#M14824</link>
      <description>Default visuals, for example in card visual to change decimal places you have numeric text box with arrows. Another example is in line and combo charts to adjust stroke width power bi shows numeric text box with arrows.</description>
      <pubDate>Tue, 07 Aug 2018 15:36:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Up-Down-Arrow-for-Numeric-Inputs-in-Custom-Visual/m-p/482861#M14824</guid>
      <dc:creator>bhavesh-jadav</dc:creator>
      <dc:date>2018-08-07T15:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Up Down Arrow for Numeric Inputs in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Up-Down-Arrow-for-Numeric-Inputs-in-Custom-Visual/m-p/484087#M14854</link>
      <description>&lt;P&gt;As mentioned above, Power BI uses special types and hard coded name for such case.&lt;/P&gt;
&lt;P&gt;If you wanted to show box with arrow to stroke width you should call your property as:&amp;nbsp;&lt;STRONG&gt;strokeWidth&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Ignat Vilesov,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Software Engineer&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;pbicvsupport@microsoft.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 14:34:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Up-Down-Arrow-for-Numeric-Inputs-in-Custom-Visual/m-p/484087#M14854</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2018-08-08T14:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Up Down Arrow for Numeric Inputs in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Up-Down-Arrow-for-Numeric-Inputs-in-Custom-Visual/m-p/485952#M14907</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/17823"&gt;@v-viig&lt;/a&gt;&amp;nbsp;Now I understand that I have to used predefined properties name in order to get that arrows and there is no other way as of now. Can you please provide if possible the list of all predefined proerties such as&amp;nbsp;&lt;STRONG&gt;strokeWidth&lt;/STRONG&gt;&amp;nbsp;which I can use to get desired settings?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 06:15:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Up-Down-Arrow-for-Numeric-Inputs-in-Custom-Visual/m-p/485952#M14907</guid>
      <dc:creator>bhavesh-jadav</dc:creator>
      <dc:date>2018-08-10T06:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Up Down Arrow for Numeric Inputs in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Up-Down-Arrow-for-Numeric-Inputs-in-Custom-Visual/m-p/486318#M14918</link>
      <description>&lt;P&gt;This is a full list of properties that I know about:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="x-none"&gt;weight&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="x-none"&gt;angle&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="x-none"&gt;textSize&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="x-none"&gt;fontSize&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="x-none"&gt;titleFontSize&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="x-none"&gt;secFontSize&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="x-none"&gt;secTitleFontSize&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="x-none"&gt;outlineWeight&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="x-none"&gt;gridVerticalWeight&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="x-none"&gt;gridHorizontalWeight&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="x-none"&gt;barWeight&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="x-none"&gt;rowPadding&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="x-none"&gt;cardPadding&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="x-none"&gt;imageHeight&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="x-none"&gt;steppedLayoutIndentation&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="x-none"&gt;borderThickness&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="x-none"&gt;preferredCategoryWidth&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="x-none"&gt;strokeWidth&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="x-none"&gt;gridlineThickness&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="x-none"&gt;markerSize&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Ignat Vilesov,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Software Engineer&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;pbicvsupport@microsoft.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 12:22:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Up-Down-Arrow-for-Numeric-Inputs-in-Custom-Visual/m-p/486318#M14918</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2018-08-10T12:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Up Down Arrow for Numeric Inputs in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Up-Down-Arrow-for-Numeric-Inputs-in-Custom-Visual/m-p/486325#M14920</link>
      <description>&lt;P&gt;Thank you Ignat for the list.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 12:26:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Up-Down-Arrow-for-Numeric-Inputs-in-Custom-Visual/m-p/486325#M14920</guid>
      <dc:creator>bhavesh-jadav</dc:creator>
      <dc:date>2018-08-10T12:26:29Z</dc:date>
    </item>
  </channel>
</rss>

