<?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: how to create second y-axis in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-create-second-y-axis/m-p/156261#M9600</link>
    <description>&lt;P&gt;what if you use single y-axis with a bar graph showing success count and hover a mouse over a bar to see the percentage of it. can you try that.&lt;/P&gt;</description>
    <pubDate>Sat, 13 May 2017 06:11:36 GMT</pubDate>
    <dc:creator>hariram159</dc:creator>
    <dc:date>2017-05-13T06:11:36Z</dc:date>
    <item>
      <title>how to create second y-axis</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-create-second-y-axis/m-p/156260#M9599</link>
      <description>&lt;P&gt;i have an requirement to display two Y-axis in a chart and first y-axis displays the success counts and 2nd y-axis displays the percentage.i use the following code .&lt;BR /&gt;
&lt;DASHBOARD script="custom_chart.js, autodiscover.js" stylesheet="custom_chart.css"&gt;&lt;BR /&gt;
&lt;BR /&gt;
   &lt;/DASHBOARD&gt;&lt;/P&gt;&lt;DIV id="chart1"&gt;&lt;BR /&gt;
 &lt;BR /&gt;&lt;BR /&gt;
  &lt;TABLE id="table1"&gt;&lt;BR /&gt;
    &lt;SEARCHSTRING&gt;&lt;BR /&gt;
      *&lt;STRONG&gt;&lt;EM&gt;search query&lt;/EM&gt;&lt;/STRONG&gt;******&lt;BR /&gt;
   &lt;/SEARCHSTRING&gt;&lt;BR /&gt;
            &lt;EARLIESTTIME&gt;-7d@d&lt;/EARLIESTTIME&gt;&lt;BR /&gt;
            &lt;LATESTTIME&gt;@d&lt;/LATESTTIME&gt;&lt;BR /&gt;
        &lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Here it is working fine, but is in the dashboard it dispays two charts (chart1 id,table)charts,i dnt want table chart in dashboard panel,how to remove that one.here we are passing table id value into javascript &lt;/P&gt;

&lt;H1&gt; java script&lt;/H1&gt;

&lt;P&gt;var tableManagerid = mvc.Components.get('table1').settings.get('managerid');&lt;BR /&gt;
 var chart = new D3ChartView({&lt;BR /&gt;
        "id": "chart1",&lt;BR /&gt;
        "managerid": tableManagerid,&lt;BR /&gt;
        "type": "linePlusBarChart",&lt;BR /&gt;
        "el": $('#chart1')&lt;BR /&gt;
    }).render();&lt;/P&gt;

&lt;P&gt;how to give "table1" value(search query) directly in javascript as a ID value.&lt;/P&gt;

&lt;P&gt;please help me from this issue.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 26 Nov 2013 06:39:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-create-second-y-axis/m-p/156260#M9599</guid>
      <dc:creator>mvaradarajam</dc:creator>
      <dc:date>2013-11-26T06:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to create second y-axis</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-create-second-y-axis/m-p/156261#M9600</link>
      <description>&lt;P&gt;what if you use single y-axis with a bar graph showing success count and hover a mouse over a bar to see the percentage of it. can you try that.&lt;/P&gt;</description>
      <pubDate>Sat, 13 May 2017 06:11:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-create-second-y-axis/m-p/156261#M9600</guid>
      <dc:creator>hariram159</dc:creator>
      <dc:date>2017-05-13T06:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to create second y-axis</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-create-second-y-axis/m-p/156262#M9601</link>
      <description>&lt;P&gt;Can you add a sample screenshot of how you want Y axis output? Can this be done directly via Chart Overlay without using JS extension?&lt;/P&gt;</description>
      <pubDate>Sat, 13 May 2017 06:42:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-create-second-y-axis/m-p/156262#M9601</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-05-13T06:42:26Z</dc:date>
    </item>
  </channel>
</rss>

