<?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: Column chart, when set x axis text orientation to 45 degree, first text name always shorten. Please advise or fix. in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Column-chart-when-set-x-axis-text-orientation-to-45-degree-first/m-p/290662#M39197</link>
    <description>&lt;P&gt;tried here and seems to work as anticipated:&lt;BR /&gt;
code:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;legend attempt&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;chart&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index = _internal | stats count by sourcetype&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-4h@m&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="charting.axisLabelsX.majorLabelStyle.overflowMode"&amp;gt;ellipsisNone&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisLabelsX.majorLabelStyle.rotation"&amp;gt;-45&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisTitleX.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisTitleY.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisTitleY2.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisX.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY2.enabled"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY2.scale"&amp;gt;inherit&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart"&amp;gt;column&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.bubbleMaximumSize"&amp;gt;50&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.bubbleMinimumSize"&amp;gt;10&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.bubbleSizeBy"&amp;gt;area&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.nullValueMode"&amp;gt;gaps&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.showDataLabels"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.sliceCollapsingThreshold"&amp;gt;0.01&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.stackMode"&amp;gt;default&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.style"&amp;gt;shiny&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.layout.splitSeries"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.layout.splitSeries.allowIndependentYRanges"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.legend.labelStyle.overflowMode"&amp;gt;ellipsisMiddle&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.legend.placement"&amp;gt;right&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.enabled"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.scales.shared"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.size"&amp;gt;medium&amp;lt;/option&amp;gt;
      &amp;lt;/chart&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;screenshots:&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3152i6459692C343B1063/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3153iE81362A68D8B7E9D/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jul 2017 02:01:26 GMT</pubDate>
    <dc:creator>adonio</dc:creator>
    <dc:date>2017-07-06T02:01:26Z</dc:date>
    <item>
      <title>Column chart, when set x axis text orientation to 45 degree, first text name always shorten. Please advise or fix.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Column-chart-when-set-x-axis-text-orientation-to-45-degree-first/m-p/290660#M39195</link>
      <description>&lt;P&gt;Hi, as in attached pic. &lt;BR /&gt;
My use case is that I have a column chart with reasonably many columns, so that if I do not set orientation to 45 degree, all names are shortened to "xxx...yyy"&lt;/P&gt;

&lt;P&gt;But after setting orientation to 45 degree, my boss found that the first column, no matter how short the name is, will always be shortened to "xxx...yyy". I tried to switch to several different data set, and problem still persist. &lt;BR /&gt;
In the attached pic example, the "Ada...itz" is only 10 characters in length;  the "Anthony xxxxxx" is 14 characters in length, but it is not shortened.&lt;/P&gt;

&lt;P&gt;Could you please advise if I configured the chart wrong, or could you please help to fix this problem?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3156iCEB86B5A298EFD35/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2017 01:27:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Column-chart-when-set-x-axis-text-orientation-to-45-degree-first/m-p/290660#M39195</guid>
      <dc:creator>leonjxtan</dc:creator>
      <dc:date>2017-07-06T01:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Column chart, when set x axis text orientation to 45 degree, first text name always shorten. Please advise or fix.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Column-chart-when-set-x-axis-text-orientation-to-45-degree-first/m-p/290661#M39196</link>
      <description>&lt;P&gt;I think that it will not be a fundamental solution but I think that it will work if it is 45.&lt;BR /&gt;
Not -45.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2017 01:55:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Column-chart-when-set-x-axis-text-orientation-to-45-degree-first/m-p/290661#M39196</guid>
      <dc:creator>oda</dc:creator>
      <dc:date>2017-07-06T01:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Column chart, when set x axis text orientation to 45 degree, first text name always shorten. Please advise or fix.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Column-chart-when-set-x-axis-text-orientation-to-45-degree-first/m-p/290662#M39197</link>
      <description>&lt;P&gt;tried here and seems to work as anticipated:&lt;BR /&gt;
code:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;legend attempt&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;chart&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index = _internal | stats count by sourcetype&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-4h@m&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="charting.axisLabelsX.majorLabelStyle.overflowMode"&amp;gt;ellipsisNone&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisLabelsX.majorLabelStyle.rotation"&amp;gt;-45&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisTitleX.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisTitleY.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisTitleY2.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisX.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY2.enabled"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY2.scale"&amp;gt;inherit&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart"&amp;gt;column&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.bubbleMaximumSize"&amp;gt;50&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.bubbleMinimumSize"&amp;gt;10&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.bubbleSizeBy"&amp;gt;area&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.nullValueMode"&amp;gt;gaps&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.showDataLabels"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.sliceCollapsingThreshold"&amp;gt;0.01&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.stackMode"&amp;gt;default&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.style"&amp;gt;shiny&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.layout.splitSeries"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.layout.splitSeries.allowIndependentYRanges"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.legend.labelStyle.overflowMode"&amp;gt;ellipsisMiddle&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.legend.placement"&amp;gt;right&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.enabled"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.scales.shared"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.size"&amp;gt;medium&amp;lt;/option&amp;gt;
      &amp;lt;/chart&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;screenshots:&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3152i6459692C343B1063/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3153iE81362A68D8B7E9D/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2017 02:01:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Column-chart-when-set-x-axis-text-orientation-to-45-degree-first/m-p/290662#M39197</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-07-06T02:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Column chart, when set x axis text orientation to 45 degree, first text name always shorten. Please advise or fix.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Column-chart-when-set-x-axis-text-orientation-to-45-degree-first/m-p/290663#M39198</link>
      <description>&lt;P&gt;@adonio, I created another column chart from GUI wizard, and pasted all options tags in your code to the column chart source code, but still seeing first column text being shortened.&lt;/P&gt;

&lt;P&gt;at the same time, I confirmed that if I change the orientation to horizontal, the name can be displayed correctly.&lt;/P&gt;

&lt;P&gt;Could you further advise? The Splunk Enterprise version in my company is 6.5.2, if this helps.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3154i980CC17B9405E6AF/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3155i61F7E2876245937F/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2017 02:33:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Column-chart-when-set-x-axis-text-orientation-to-45-degree-first/m-p/290663#M39198</guid>
      <dc:creator>leonjxtan</dc:creator>
      <dc:date>2017-07-06T02:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Column chart, when set x axis text orientation to 45 degree, first text name always shorten. Please advise or fix.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Column-chart-when-set-x-axis-text-orientation-to-45-degree-first/m-p/290664#M39199</link>
      <description>&lt;P&gt;Hi @adonio, sorry had to post my reply in main comment as only there allows me to attach picture. Could you please advise?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2017 02:34:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Column-chart-when-set-x-axis-text-orientation-to-45-degree-first/m-p/290664#M39199</guid>
      <dc:creator>leonjxtan</dc:creator>
      <dc:date>2017-07-06T02:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Column chart, when set x axis text orientation to 45 degree, first text name always shorten. Please advise or fix.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Column-chart-when-set-x-axis-text-orientation-to-45-degree-first/m-p/290665#M39200</link>
      <description>&lt;P&gt;@oda thanks it works!&lt;/P&gt;

&lt;P&gt;@Splunk could you add this to the bug queue? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2017 02:37:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Column-chart-when-set-x-axis-text-orientation-to-45-degree-first/m-p/290665#M39200</guid>
      <dc:creator>leonjxtan</dc:creator>
      <dc:date>2017-07-06T02:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Column chart, when set x axis text orientation to 45 degree, first text name always shorten. Please advise or fix.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Column-chart-when-set-x-axis-text-orientation-to-45-degree-first/m-p/290666#M39201</link>
      <description>&lt;P&gt;If it really is a bug, add the &lt;CODE&gt;bug&lt;/CODE&gt; tag and also open a P2 support case with your entitlement.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2017 03:20:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Column-chart-when-set-x-axis-text-orientation-to-45-degree-first/m-p/290666#M39201</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-07-06T03:20:57Z</dc:date>
    </item>
  </channel>
</rss>

