<?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 Default Value Dashboard Linechart in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Default-Value-Dashboard-Linechart/m-p/566037#M46513</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need to create dashboard with visualization type as line chart,&amp;nbsp; need to have a default value which is as reference line, for this i have added eval Target=1|table Target in splunk query.&lt;/P&gt;&lt;P&gt;Now i need to highlight the target/default&amp;nbsp; line always, and this line is to thicker than remaining lines in visualization and Bold, so that it can be distinct from others.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need to achieve this only from Splunk , no JS or others is needed.&lt;/P&gt;&lt;P&gt;TIA.&lt;/P&gt;</description>
    <pubDate>Mon, 06 Sep 2021 17:35:40 GMT</pubDate>
    <dc:creator>shahbaz</dc:creator>
    <dc:date>2021-09-06T17:35:40Z</dc:date>
    <item>
      <title>Default Value Dashboard Linechart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Default-Value-Dashboard-Linechart/m-p/566037#M46513</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need to create dashboard with visualization type as line chart,&amp;nbsp; need to have a default value which is as reference line, for this i have added eval Target=1|table Target in splunk query.&lt;/P&gt;&lt;P&gt;Now i need to highlight the target/default&amp;nbsp; line always, and this line is to thicker than remaining lines in visualization and Bold, so that it can be distinct from others.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need to achieve this only from Splunk , no JS or others is needed.&lt;/P&gt;&lt;P&gt;TIA.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Sep 2021 17:35:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Default-Value-Dashboard-Linechart/m-p/566037#M46513</guid>
      <dc:creator>shahbaz</dc:creator>
      <dc:date>2021-09-06T17:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Default Value Dashboard Linechart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Default-Value-Dashboard-Linechart/m-p/566041#M46514</link>
      <description>&lt;P&gt;You can do this with some CSS - this would normally be in a hidden panel - in the example below, it refers to a panel holding you linechart as "referenceline", you would need to give your panel this id. Also, it is assuming that the reference line is the first line (it might be the second line if the indexing starts at zero) - you may need to adjust this so that it refers to your reference line.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;          div[id^="referenceline"] g.highcharts-series-group g:nth-child(1) path {
            stroke-width: 2 !important;
          }&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 06 Sep 2021 20:25:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Default-Value-Dashboard-Linechart/m-p/566041#M46514</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-09-06T20:25:47Z</dc:date>
    </item>
  </channel>
</rss>

