<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Names in Charts</title><link>https://community.appian.com/discussions/f/user-interface/38562/names-in-charts</link><description>Hi team , 
 I am using record data as source for KPI but the field name in y axis taking lot of spaces. 
 
 If you see y axis taking lot of spaces ,is there any way to minimize the space</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Names in Charts</title><link>https://community.appian.com/thread/145785?ContentTypeID=1</link><pubDate>Fri, 28 Feb 2025 12:16:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9ca8565d-ddbf-4f42-9998-3e69e39be4b9</guid><dc:creator>goddativ5526</dc:creator><description>&lt;p&gt;Ok thankyou venkat&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Names in Charts</title><link>https://community.appian.com/thread/145739?ContentTypeID=1</link><pubDate>Thu, 27 Feb 2025 19:17:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:77c36786-31b9-42d3-8b3e-87b9090e48b1</guid><dc:creator>venkatrea696188</dc:creator><description>&lt;p&gt;Sorry it&amp;#39;s not possible. If you go through my below code I reserved only one third of space in Columns layout for bar chart . .So it adjusted itself (Titles and Bars) to utilize the space. The result is New Product development came as two lines. If i didn&amp;#39;t have that restriction it would look like your screenshot&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1740683798963v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;{
  a!columnsLayout(
    columns: {
      a!columnLayout(
        contents: 
    a!barChartField(
    label: &amp;quot;Bar Chart&amp;quot;,
    labelPosition: &amp;quot;ABOVE&amp;quot;,
    categories: {&amp;quot;Competitor analysis&amp;quot;, &amp;quot;Compliance Check&amp;quot;, &amp;quot;Field Quality&amp;quot;, &amp;quot;New Product Development&amp;quot;,&amp;quot;Warranty&amp;quot;},
    series: {
      a!chartSeries(label: &amp;quot;Chart Series&amp;quot;, data: {1, 2, 3,2,3})
    },
    stacking: &amp;quot;NONE&amp;quot;,
    showLegend: true,
    showTooltips: true,
    allowImageDownload: true,
    colorScheme: &amp;quot;RAINFOREST&amp;quot;,
    height: &amp;quot;MEDIUM&amp;quot;,
    xAxisStyle: &amp;quot;STANDARD&amp;quot;,
    yAxisStyle: &amp;quot;STANDARD&amp;quot;
  ),
  width: &amp;quot;3X&amp;quot;
  ),
    a!columnLayout(
      width: &amp;quot;3X&amp;quot;
    ),
    a!columnLayout(
      width: &amp;quot;7X&amp;quot;
    )}
  )
}&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Names in Charts</title><link>https://community.appian.com/thread/145736?ContentTypeID=1</link><pubDate>Thu, 27 Feb 2025 18:51:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fa0afd4a-aeea-4b3d-9c16-4fb5a67ec588</guid><dc:creator>goddativ5526</dc:creator><description>&lt;p&gt;The requirement is if you see in the above chart &amp;quot;warranty&amp;quot; taking less space but because of&amp;quot; new product development &amp;quot;the entire graph moving right side .I want the new product development name should come in 3 lines so that it will also take same space as warranty&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Names in Charts</title><link>https://community.appian.com/thread/145507?ContentTypeID=1</link><pubDate>Fri, 21 Feb 2025 05:27:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a3cff32c-acc7-4cff-b3b9-cec4d97c9cb0</guid><dc:creator>lalithyak07</dc:creator><description>&lt;p&gt;maybe you can wrap the text&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Names in Charts</title><link>https://community.appian.com/thread/145503?ContentTypeID=1</link><pubDate>Thu, 20 Feb 2025 17:36:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d1d6c127-8118-4b6a-8e76-205a1ac310a7</guid><dc:creator>venkatrea696188</dc:creator><description>&lt;p&gt;I saw your other thread ,the answer remains the same it depends on space reserved for entire chart. Here is an example screenshot , I used column chart with two columns (So name auto adjusted itself with in the reserved space)&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1740072855365v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Names in Charts</title><link>https://community.appian.com/thread/145497?ContentTypeID=1</link><pubDate>Thu, 20 Feb 2025 14:59:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6ff94b77-ce0c-4fe0-8104-12ba3413bc68</guid><dc:creator>venkatrea696188</dc:creator><description>&lt;p&gt;Are you referring to spaces between bars?? It&amp;#39;s something to do with space that you reserved for this column chart /bar chart on interface (Responsive UI).No, you can&amp;#39;t determine the spaces between it&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Names in Charts</title><link>https://community.appian.com/thread/145495?ContentTypeID=1</link><pubDate>Thu, 20 Feb 2025 14:51:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:227bf135-d783-4643-966e-0bbed68226f7</guid><dc:creator>Zakary Melvin</dc:creator><description>&lt;p&gt;What do you mean by minimize the space?&amp;nbsp; Are you hoping to&amp;nbsp;separate&amp;nbsp;each word of the y-axis labels with a newline rather than a space?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>