<?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 Xaxis data not showing up in a bar chart in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Xaxis-data-not-showing-up-in-a-bar-chart/m-p/497253#M32563</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please help, I want to get the xaxis values in a bar chart.&lt;BR /&gt;In the image attached, i have a query which doesnot have transpose command where I can see the values appearing for xaxis then when i tried to change the color for each bar using transpose command then suddenly the xaxis values does not appear.&lt;BR /&gt;In the query i m displaying top highest 10 values&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/8893iD4CED5D1C6187A31/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>Mon, 08 Jun 2020 00:13:22 GMT</pubDate>
    <dc:creator>sarithapguptha</dc:creator>
    <dc:date>2020-06-08T00:13:22Z</dc:date>
    <item>
      <title>Xaxis data not showing up in a bar chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Xaxis-data-not-showing-up-in-a-bar-chart/m-p/497253#M32563</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please help, I want to get the xaxis values in a bar chart.&lt;BR /&gt;In the image attached, i have a query which doesnot have transpose command where I can see the values appearing for xaxis then when i tried to change the color for each bar using transpose command then suddenly the xaxis values does not appear.&lt;BR /&gt;In the query i m displaying top highest 10 values&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/8893iD4CED5D1C6187A31/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>Mon, 08 Jun 2020 00:13:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Xaxis-data-not-showing-up-in-a-bar-chart/m-p/497253#M32563</guid>
      <dc:creator>sarithapguptha</dc:creator>
      <dc:date>2020-06-08T00:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Xaxis data not showing up in a bar chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Xaxis-data-not-showing-up-in-a-bar-chart/m-p/505662#M33559</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/62270"&gt;@sarithapguptha&lt;/a&gt;&amp;nbsp;if you need color by each resource value as well as display the resource name in the x-axis, you should use&lt;STRONG&gt; | eval {resource}= cost&lt;/STRONG&gt; after head 10, instead of using the transpose command.&lt;/P&gt;&lt;P&gt;Following is a run anywhere example for you to try out.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal sourcetype=splunkd log_level=INFO cumulative_hits=*
| stats sum(cumulative_hits) as cost by name
| sort - cost
| head 10
| eval {name}='cost'
| fields - cost&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 23 Jun 2020 07:24:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Xaxis-data-not-showing-up-in-a-bar-chart/m-p/505662#M33559</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-06-23T07:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Xaxis data not showing up in a bar chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Xaxis-data-not-showing-up-in-a-bar-chart/m-p/507752#M33757</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/201110"&gt;@niketn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the solution... it worked&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 06:17:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Xaxis-data-not-showing-up-in-a-bar-chart/m-p/507752#M33757</guid>
      <dc:creator>sarithapguptha</dc:creator>
      <dc:date>2020-07-07T06:17:29Z</dc:date>
    </item>
  </channel>
</rss>

