<?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 Slanted X axis labels on bar or line charts in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Slanted-X-axis-labels-on-bar-or-line-charts/m-p/37173#M8275</link>
    <description>&lt;P&gt;I have some line/column graphs where I have quite a few X axis labels that are relativly long (time / date) fields of txt&lt;/P&gt;

&lt;P&gt;I would like to include quite a few data points on my graphs but due to the length of the labels that I need to display, I cannot fit too many entries on the X axis before running out of room.&lt;/P&gt;

&lt;P&gt;Is it possible to have slanted/rotated X axis labels so that I can fit many more data points on my graph yet still dispaly the longer key for eah point on the X Axis?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 16 Nov 2012 12:43:01 GMT</pubDate>
    <dc:creator>pbunce1</dc:creator>
    <dc:date>2012-11-16T12:43:01Z</dc:date>
    <item>
      <title>Slanted X axis labels on bar or line charts</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Slanted-X-axis-labels-on-bar-or-line-charts/m-p/37173#M8275</link>
      <description>&lt;P&gt;I have some line/column graphs where I have quite a few X axis labels that are relativly long (time / date) fields of txt&lt;/P&gt;

&lt;P&gt;I would like to include quite a few data points on my graphs but due to the length of the labels that I need to display, I cannot fit too many entries on the X axis before running out of room.&lt;/P&gt;

&lt;P&gt;Is it possible to have slanted/rotated X axis labels so that I can fit many more data points on my graph yet still dispaly the longer key for eah point on the X Axis?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2012 12:43:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Slanted-X-axis-labels-on-bar-or-line-charts/m-p/37173#M8275</guid>
      <dc:creator>pbunce1</dc:creator>
      <dc:date>2012-11-16T12:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Slanted X axis labels on bar or line charts</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Slanted-X-axis-labels-on-bar-or-line-charts/m-p/37174#M8276</link>
      <description>&lt;P&gt;Yup.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="HiddenChartFormatter"&amp;gt;
  &amp;lt;param name="charting.axisLabelsX.majorLabelStyle.useBitmapRendering"&amp;gt;true&amp;lt;/param&amp;gt;
  &amp;lt;param name="charting.axisLabelsX.majorLabelStyle.useBitmapSmoothing"&amp;gt;true&amp;lt;/param&amp;gt;
  &amp;lt;param name="charting.axisLabelsX.majorLabelStyle.bitmapSmoothingQuality"&amp;gt;8&amp;lt;/param&amp;gt;
  &amp;lt;param name="charting.axisLabelsX.majorLabelStyle.bitmapSmoothingSharpness"&amp;gt;5&amp;lt;/param&amp;gt;
  &amp;lt;param name="charting.axisLabelsX.majorLabelStyle.defaultTextFormat"&amp;gt;{size:16}&amp;lt;/param&amp;gt;
  &amp;lt;param name="charting.axisLabelsX.majorLabelStyle.rotation"&amp;gt;45&amp;lt;/param&amp;gt;
  &amp;lt;module name="FlashChart"/&amp;gt;
&amp;lt;/module&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;By setting charting.axisLabelsX.majorLabelStyle.useBitmapRendering = true, you turn the textBlock into a sprite, then you get to apply all the cool transforms inherited from &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.1/Viz/AdvChartingConfig-TextblockLayoutspriteSprite#Text_format_properties"&gt;layoutSprite and sprite&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;One of which is rotation.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2012 17:26:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Slanted-X-axis-labels-on-bar-or-line-charts/m-p/37174#M8276</guid>
      <dc:creator>jonuwz</dc:creator>
      <dc:date>2012-11-16T17:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Slanted X axis labels on bar or line charts</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Slanted-X-axis-labels-on-bar-or-line-charts/m-p/37175#M8277</link>
      <description>&lt;P&gt;perfect, just what I was looking for - many thanks, if all works as it looks like it should, our dashboards will be far far more usefull than ever before &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2012 11:54:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Slanted-X-axis-labels-on-bar-or-line-charts/m-p/37175#M8277</guid>
      <dc:creator>pbunce1</dc:creator>
      <dc:date>2012-11-19T11:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Slanted X axis labels on bar or line charts</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Slanted-X-axis-labels-on-bar-or-line-charts/m-p/37176#M8278</link>
      <description>&lt;P&gt;where does this information get placed (file name?)&lt;/P&gt;

&lt;P&gt;thx.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2013 17:13:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Slanted-X-axis-labels-on-bar-or-line-charts/m-p/37176#M8278</guid>
      <dc:creator>cwi</dc:creator>
      <dc:date>2013-01-25T17:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Slanted X axis labels on bar or line charts</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Slanted-X-axis-labels-on-bar-or-line-charts/m-p/37177#M8279</link>
      <description>&lt;P&gt;It gets placed in the XML file for the specific chart in question.  There are several ways this can be accomplished.  One is by navigating to manager -&amp;gt; user interface -&amp;gt; views.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2013 17:38:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Slanted-X-axis-labels-on-bar-or-line-charts/m-p/37177#M8279</guid>
      <dc:creator>bwooden</dc:creator>
      <dc:date>2013-01-25T17:38:05Z</dc:date>
    </item>
  </channel>
</rss>

