<?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: Multiple labels on x-axis of bae chart in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-put-Multiple-labels-on-x-axis-of-bae-chart/m-p/605130#M49713</link>
    <description>&lt;P&gt;Yes so close, but I would be using it with a inputlookup with specific values.&lt;BR /&gt;When I use your example, it is not using the inputlookup even when I use it in the query.&lt;BR /&gt;How can I make it NOT random?&lt;BR /&gt;&lt;BR /&gt;This is my original query with specific values for the 3 states in the inputlookup:&lt;BR /&gt;| inputlookup Migration-Status-McAfee2.csv&lt;BR /&gt;| fillnull value=null&lt;BR /&gt;| eval dummy = 0&lt;BR /&gt;| chart count over dummy by "Migration Comments"&lt;BR /&gt;&lt;BR /&gt;So, visually it is exactly what I need but I can't have any random influence on the values.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is this possible?&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jul 2022 10:44:16 GMT</pubDate>
    <dc:creator>POR160893</dc:creator>
    <dc:date>2022-07-11T10:44:16Z</dc:date>
    <item>
      <title>How to put Multiple labels on x-axis of bae chart?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-put-Multiple-labels-on-x-axis-of-bae-chart/m-p/605127#M49711</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a bar chart and I need to put multiple labels on the x-axis.&lt;BR /&gt;&lt;BR /&gt;So. this is what I currently have:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_0-1657534879687.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20476i588FA4D887B26B63/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_0-1657534879687.png" alt="POR160893_0-1657534879687.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;I am being asked to put the necessary label on the legend also under each bar on the x-axis .... is that possible?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Many thanks as always &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 14:43:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-put-Multiple-labels-on-x-axis-of-bae-chart/m-p/605127#M49711</guid>
      <dc:creator>POR160893</dc:creator>
      <dc:date>2022-07-11T14:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple labels on x-axis of bae chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-put-Multiple-labels-on-x-axis-of-bae-chart/m-p/605128#M49712</link>
      <description>&lt;P&gt;Do you mean something like this?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults count=100
| eval state=mvindex(split("Done|In progress|Not started","|"),random()%3)
| stats count by state
| eval dummy=state
| chart values(count) as count by state dummy&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 11 Jul 2022 10:35:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-put-Multiple-labels-on-x-axis-of-bae-chart/m-p/605128#M49712</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-07-11T10:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple labels on x-axis of bae chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-put-Multiple-labels-on-x-axis-of-bae-chart/m-p/605130#M49713</link>
      <description>&lt;P&gt;Yes so close, but I would be using it with a inputlookup with specific values.&lt;BR /&gt;When I use your example, it is not using the inputlookup even when I use it in the query.&lt;BR /&gt;How can I make it NOT random?&lt;BR /&gt;&lt;BR /&gt;This is my original query with specific values for the 3 states in the inputlookup:&lt;BR /&gt;| inputlookup Migration-Status-McAfee2.csv&lt;BR /&gt;| fillnull value=null&lt;BR /&gt;| eval dummy = 0&lt;BR /&gt;| chart count over dummy by "Migration Comments"&lt;BR /&gt;&lt;BR /&gt;So, visually it is exactly what I need but I can't have any random influence on the values.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is this possible?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 10:44:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-put-Multiple-labels-on-x-axis-of-bae-chart/m-p/605130#M49713</guid>
      <dc:creator>POR160893</dc:creator>
      <dc:date>2022-07-11T10:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple labels on x-axis of bae chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-put-Multiple-labels-on-x-axis-of-bae-chart/m-p/605131#M49714</link>
      <description>&lt;P&gt;The random values are just part of the runanywhere example, you were supposed to look at it and find the useful pieces for your usecase. Now that you have provided an example of what you are doing, it is easier to provide a closer solution&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| inputlookup Migration-Status-McAfee2.csv
| fillnull value=null
| eval dummy = 'Migration Comments'
| chart count over "Migration Comments" by dummy&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 11 Jul 2022 10:51:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-put-Multiple-labels-on-x-axis-of-bae-chart/m-p/605131#M49714</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-07-11T10:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple labels on x-axis of bae chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-put-Multiple-labels-on-x-axis-of-bae-chart/m-p/605134#M49716</link>
      <description>&lt;P&gt;Exactly what I needed. Thanks and I obviously gave some some deserved Karma too&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 11:03:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-put-Multiple-labels-on-x-axis-of-bae-chart/m-p/605134#M49716</guid>
      <dc:creator>POR160893</dc:creator>
      <dc:date>2022-07-11T11:03:22Z</dc:date>
    </item>
  </channel>
</rss>

