<?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 Two y Axis in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Two-y-Axis/m-p/451276#M41167</link>
    <description>&lt;P&gt;I have a very simple index which tracks a competitive game. Over the course of the year, people earn points for the top 16 positions switch places. In a CSV I track their Name, rank, score at regular intervals.&lt;/P&gt;

&lt;P&gt;Below is a screenshot of my data in a simple table and an example of the kinda of the graph I wish to build. &lt;/P&gt;

&lt;P&gt;How would I go about making this?&lt;/P&gt;

&lt;P&gt;Name on the right &amp;gt; &amp;lt; Rank on the left&lt;BR /&gt;
          &amp;gt; time along the bottom &amp;lt;&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/5400i40E4512774930884/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>Wed, 18 Jul 2018 20:27:56 GMT</pubDate>
    <dc:creator>corematrix</dc:creator>
    <dc:date>2018-07-18T20:27:56Z</dc:date>
    <item>
      <title>Two y Axis</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Two-y-Axis/m-p/451276#M41167</link>
      <description>&lt;P&gt;I have a very simple index which tracks a competitive game. Over the course of the year, people earn points for the top 16 positions switch places. In a CSV I track their Name, rank, score at regular intervals.&lt;/P&gt;

&lt;P&gt;Below is a screenshot of my data in a simple table and an example of the kinda of the graph I wish to build. &lt;/P&gt;

&lt;P&gt;How would I go about making this?&lt;/P&gt;

&lt;P&gt;Name on the right &amp;gt; &amp;lt; Rank on the left&lt;BR /&gt;
          &amp;gt; time along the bottom &amp;lt;&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/5400i40E4512774930884/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>Wed, 18 Jul 2018 20:27:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Two-y-Axis/m-p/451276#M41167</guid>
      <dc:creator>corematrix</dc:creator>
      <dc:date>2018-07-18T20:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Two y Axis</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Two-y-Axis/m-p/451277#M41168</link>
      <description>&lt;P&gt;@corematrix ,&lt;/P&gt;

&lt;P&gt;Does this work for you ?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=cptracker|timechart latest(global_rank) as global_rank by screen_name
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index=cptracker|chart latest(global_rank) as global_rank over _time by screen_name
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 19 Jul 2018 05:40:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Two-y-Axis/m-p/451277#M41168</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2018-07-19T05:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Two y Axis</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Two-y-Axis/m-p/451278#M41169</link>
      <description>&lt;P&gt;Thanks for your idea but it doesn't quite work. Each row appears to only be relevant to it'self,  want the x axis to be fixed and the lines to track across the x axis. &lt;/P&gt;

&lt;P&gt;How would i sorted it so that the global_rank is in order?&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/5399i182450768B8A91A1/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, 19 Jul 2018 14:04:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Two-y-Axis/m-p/451278#M41169</guid>
      <dc:creator>corematrix</dc:creator>
      <dc:date>2018-07-19T14:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Two y Axis</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Two-y-Axis/m-p/451279#M41170</link>
      <description>&lt;P&gt;@corematrix, have you selected "Multi-series Mode" on? In that case, each line uses its own series and there wont be any overlap&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jul 2018 04:43:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Two-y-Axis/m-p/451279#M41170</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2018-07-21T04:43:43Z</dc:date>
    </item>
  </channel>
</rss>

