<?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: Chart X-Axis Label Orientation in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-X-Axis-Label-Orientation/m-p/100552#M5604</link>
    <description>&lt;P&gt;We are running 4.1.4, and the solution there is adding the additional parameter&lt;/P&gt;

&lt;P&gt;&lt;OBJECT&gt;&lt;PARAM name="charting.axisLabelsX.majorLabelStyle.overflowMode" /&gt;default&lt;/OBJECT&gt;&lt;/P&gt;

&lt;P&gt;The combination of those 2 parameters rotates the text and displays the full label name in each cell on the x-axis, rather than placing ellipses in the name.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Dec 2010 22:08:39 GMT</pubDate>
    <dc:creator>beaumaris</dc:creator>
    <dc:date>2010-12-16T22:08:39Z</dc:date>
    <item>
      <title>Chart X-Axis Label Orientation</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-X-Axis-Label-Orientation/m-p/100548#M5600</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have a chart which contains many cells. When the chart has finished loading, some of the labels in the X-Axis are changed to include an ellipsis (...) in them as shown in the image below.&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://img207.imageshack.us/img207/9308/ellipsis.jpg" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;How can I rotate the x-axis labels so that they are at a 90 degrees angle to this default horizontal position?&lt;/P&gt;

&lt;P&gt;I believe that the 'layoutTransform' property found here might help:
&lt;A href="http://www.splunk.com/base/Documentation/4.1.6/Developer/AdvChartingConfig-TextblockLayoutspriteSprite#Layout_sprite" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/4.1.6/Developer/AdvChartingConfig-TextblockLayoutspriteSprite#Layout_sprite&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;There is a method in the 'Transformation matrix' section called 'rotate' which I think I could use but I am not sure how to write the code or how to link it to 'param name="charting.axisLabelsX...".&lt;/P&gt;

&lt;P&gt;Please help.&lt;/P&gt;

&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2010 00:12:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-X-Axis-Label-Orientation/m-p/100548#M5600</guid>
      <dc:creator>Ant1D</dc:creator>
      <dc:date>2010-12-08T00:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Chart X-Axis Label Orientation</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-X-Axis-Label-Orientation/m-p/100549#M5601</link>
      <description>&lt;P&gt;Use this form for the param, which works for us in the Advanced XML for our dashboards:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;param name="charting.axisLabelsX.majorLabelStyle.rotation"&amp;gt;90&amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This was placed immediately after the HiddenChartFormatter declaration.  While this does rotate the text, there is still some space constraint being applied since now the ellipses are in the vertically oriented text.  So you anyone can tell us how to allow more space for the text in the x-axis labels please let us know.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2010 06:47:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-X-Axis-Label-Orientation/m-p/100549#M5601</guid>
      <dc:creator>beaumaris</dc:creator>
      <dc:date>2010-12-16T06:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Chart X-Axis Label Orientation</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-X-Axis-Label-Orientation/m-p/100550#M5602</link>
      <description>&lt;P&gt;Thanks beaumaris. I think I was trying too hard with this one &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;I have an answer for the issue that you are experiencing with the ellipsis. I could provide it in a comment here or maybe it would be better to ask it as another question and then I can provide an answer there. Let me know.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2010 20:03:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-X-Axis-Label-Orientation/m-p/100550#M5602</guid>
      <dc:creator>Ant1D</dc:creator>
      <dc:date>2010-12-16T20:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Chart X-Axis Label Orientation</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-X-Axis-Label-Orientation/m-p/100551#M5603</link>
      <description>&lt;P&gt;Here is the answer: use the param above except replace 'rotation' with 'minimumWidth'&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2010 20:04:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-X-Axis-Label-Orientation/m-p/100551#M5603</guid>
      <dc:creator>Ant1D</dc:creator>
      <dc:date>2010-12-16T20:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Chart X-Axis Label Orientation</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-X-Axis-Label-Orientation/m-p/100552#M5604</link>
      <description>&lt;P&gt;We are running 4.1.4, and the solution there is adding the additional parameter&lt;/P&gt;

&lt;P&gt;&lt;OBJECT&gt;&lt;PARAM name="charting.axisLabelsX.majorLabelStyle.overflowMode" /&gt;default&lt;/OBJECT&gt;&lt;/P&gt;

&lt;P&gt;The combination of those 2 parameters rotates the text and displays the full label name in each cell on the x-axis, rather than placing ellipses in the name.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2010 22:08:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-X-Axis-Label-Orientation/m-p/100552#M5604</guid>
      <dc:creator>beaumaris</dc:creator>
      <dc:date>2010-12-16T22:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Chart X-Axis Label Orientation</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-X-Axis-Label-Orientation/m-p/100553#M5605</link>
      <description>&lt;P&gt;Hi beaumaris, thanks for the info. Your solution also works. I tested on v4.1.3&lt;/P&gt;</description>
      <pubDate>Fri, 17 Dec 2010 00:55:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-X-Axis-Label-Orientation/m-p/100553#M5605</guid>
      <dc:creator>Ant1D</dc:creator>
      <dc:date>2010-12-17T00:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Chart X-Axis Label Orientation</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-X-Axis-Label-Orientation/m-p/100554#M5606</link>
      <description>&lt;P&gt;Hi am using V4.3.4. i used rotation and overflowmode but its not working. pls help.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2014 12:47:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-X-Axis-Label-Orientation/m-p/100554#M5606</guid>
      <dc:creator>vaishnavi07</dc:creator>
      <dc:date>2014-03-31T12:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Chart X-Axis Label Orientation</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-X-Axis-Label-Orientation/m-p/100555#M5607</link>
      <description>&lt;P&gt;FYI Splunk 6.1 has this built into the GUI&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2014 18:47:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-X-Axis-Label-Orientation/m-p/100555#M5607</guid>
      <dc:creator>neiljpeterson</dc:creator>
      <dc:date>2014-06-20T18:47:53Z</dc:date>
    </item>
  </channel>
</rss>

