<?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: I have 90 days data and i want to display in column chart. i am getting all the data but x axis label is missing. how to fix it in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/I-have-90-days-data-and-i-want-to-display-in-column-chart-i-am/m-p/304291#M91506</link>
    <description>&lt;P&gt;head 60 or head 50 will work.. is there any possibility to display all the values &lt;/P&gt;</description>
    <pubDate>Wed, 12 Jul 2017 09:51:03 GMT</pubDate>
    <dc:creator>DataOrg</dc:creator>
    <dc:date>2017-07-12T09:51:03Z</dc:date>
    <item>
      <title>I have 90 days data and i want to display in column chart. i am getting all the data but x axis label is missing. how to fix it</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-have-90-days-data-and-i-want-to-display-in-column-chart-i-am/m-p/304287#M91502</link>
      <description>&lt;P&gt;X axis label is missing. if i reduce the no of data i am getting label. how to accommodate all data with x axis label&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 06:25:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-have-90-days-data-and-i-want-to-display-in-column-chart-i-am/m-p/304287#M91502</guid>
      <dc:creator>DataOrg</dc:creator>
      <dc:date>2017-07-12T06:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: I have 90 days data and i want to display in column chart. i am getting all the data but x axis label is missing. how to fix it</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-have-90-days-data-and-i-want-to-display-in-column-chart-i-am/m-p/304288#M91503</link>
      <description>&lt;P&gt;@premranjithj, try rotating the axis label by 90 degrees.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;option name="charting.axisLabelsX.majorLabelStyle.rotation"&amp;gt;90&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Viz/ChartConfigurationReference"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Viz/ChartConfigurationReference&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You can also see having only one panel per row, that will accommodate more data points in the chart. How many data points do you have? Is it one per day? You can format time on X-axis for display in shorter format using fieldformat command. For example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| fieldformat _time=strftime(_time,"%m-%d")
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 12 Jul 2017 06:37:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-have-90-days-data-and-i-want-to-display-in-column-chart-i-am/m-p/304288#M91503</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-07-12T06:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: I have 90 days data and i want to display in column chart. i am getting all the data but x axis label is missing. how to fix it</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-have-90-days-data-and-i-want-to-display-in-column-chart-i-am/m-p/304289#M91504</link>
      <description>&lt;P&gt;its one per day. i am not able to plot still after changing to 90&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 08:06:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-have-90-days-data-and-i-want-to-display-in-column-chart-i-am/m-p/304289#M91504</guid>
      <dc:creator>DataOrg</dc:creator>
      <dc:date>2017-07-12T08:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: I have 90 days data and i want to display in column chart. i am getting all the data but x axis label is missing. how to fix it</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-have-90-days-data-and-i-want-to-display-in-column-chart-i-am/m-p/304290#M91505</link>
      <description>&lt;P&gt;You can perform  &lt;CODE&gt;| head 60&lt;/CODE&gt; or &lt;CODE&gt;| head 50&lt;/CODE&gt; to see how many labels can be displayed in x-axis as per your display area width. While 90 did not work for me 60 did.&lt;/P&gt;

&lt;P&gt;If x-axis is _time epoch field, and you are using timechart command to plot your series then x-axis will adjust time labels to be displayed. You can also check out Punchcard visualization to see if it fits depicting the visualization as you require.  &lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 09:10:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-have-90-days-data-and-i-want-to-display-in-column-chart-i-am/m-p/304290#M91505</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-07-12T09:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: I have 90 days data and i want to display in column chart. i am getting all the data but x axis label is missing. how to fix it</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-have-90-days-data-and-i-want-to-display-in-column-chart-i-am/m-p/304291#M91506</link>
      <description>&lt;P&gt;head 60 or head 50 will work.. is there any possibility to display all the values &lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 09:51:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-have-90-days-data-and-i-want-to-display-in-column-chart-i-am/m-p/304291#M91506</guid>
      <dc:creator>DataOrg</dc:creator>
      <dc:date>2017-07-12T09:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: I have 90 days data and i want to display in column chart. i am getting all the data but x axis label is missing. how to fix it</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-have-90-days-data-and-i-want-to-display-in-column-chart-i-am/m-p/304292#M91507</link>
      <description>&lt;P&gt;I think with Column chart one of the options is to reduce browser display size to less than 100% so that available width for the chart increases. Can you check out Puchcard Custom Visualization whether it fits the need? Punchcard can display more labels in x-axis however it may overlap values.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 10:20:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-have-90-days-data-and-i-want-to-display-in-column-chart-i-am/m-p/304292#M91507</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-07-12T10:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: I have 90 days data and i want to display in column chart. i am getting all the data but x axis label is missing. how to fix it</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-have-90-days-data-and-i-want-to-display-in-column-chart-i-am/m-p/304293#M91508</link>
      <description>&lt;P&gt;Can you share at least the final pipe for generating stats for display?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 10:20:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-have-90-days-data-and-i-want-to-display-in-column-chart-i-am/m-p/304293#M91508</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-07-12T10:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: I have 90 days data and i want to display in column chart. i am getting all the data but x axis label is missing. how to fix it</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-have-90-days-data-and-i-want-to-display-in-column-chart-i-am/m-p/304294#M91509</link>
      <description>&lt;P&gt;|stats sum(INcome) sum(spending) max(remaining) by TS.&lt;BR /&gt;
i use remaining as overlay&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 10:54:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-have-90-days-data-and-i-want-to-display-in-column-chart-i-am/m-p/304294#M91509</guid>
      <dc:creator>DataOrg</dc:creator>
      <dc:date>2017-07-12T10:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: I have 90 days data and i want to display in column chart. i am getting all the data but x axis label is missing. how to fix it</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-have-90-days-data-and-i-want-to-display-in-column-chart-i-am/m-p/304295#M91510</link>
      <description>&lt;P&gt;What is TS? can you add some sample values for TS&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 12:01:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-have-90-days-data-and-i-want-to-display-in-column-chart-i-am/m-p/304295#M91510</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-07-12T12:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: I have 90 days data and i want to display in column chart. i am getting all the data but x axis label is missing. how to fix it</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-have-90-days-data-and-i-want-to-display-in-column-chart-i-am/m-p/304296#M91511</link>
      <description>&lt;P&gt;TS is date value&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 12:47:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-have-90-days-data-and-i-want-to-display-in-column-chart-i-am/m-p/304296#M91511</guid>
      <dc:creator>DataOrg</dc:creator>
      <dc:date>2017-07-12T12:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: I have 90 days data and i want to display in column chart. i am getting all the data but x axis label is missing. how to fix it</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-have-90-days-data-and-i-want-to-display-in-column-chart-i-am/m-p/304297#M91512</link>
      <description>&lt;P&gt;Is it date in string format or epoch format? The reason why I ask is if you switch to timechart instead of stats, then x-axis will adjust on its own.&lt;/P&gt;

&lt;P&gt;For example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| eval TS=strptime(TS,"%Y/%m/%d")
| eval _time=TS
| timechart span=1d sum(INcome) as Income sum(spending) as Expense max(remaining) as Saving
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;PS: eval with strptime() will not be required if TS is epoch time. This eval is required only if TS is string time. &lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 15:02:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-have-90-days-data-and-i-want-to-display-in-column-chart-i-am/m-p/304297#M91512</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-07-12T15:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: I have 90 days data and i want to display in column chart. i am getting all the data but x axis label is missing. how to fix it</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-have-90-days-data-and-i-want-to-display-in-column-chart-i-am/m-p/304298#M91513</link>
      <description>&lt;P&gt;@premranjithj, I am converting my comments to answer. If these comments have helped, please accept to mark this question as answered.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 07:03:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-have-90-days-data-and-i-want-to-display-in-column-chart-i-am/m-p/304298#M91513</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-07-13T07:03:04Z</dc:date>
    </item>
  </channel>
</rss>

