<?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: Incorrect value displayed in chart tool tip in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Incorrect-value-displayed-in-chart-tool-tip/m-p/332652#M40211</link>
    <description>&lt;P&gt;@natanallen, seems like more than 16 digits will be transformed to exponential number. If you can live with rounded off values you can try the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| eval isabs=round(abs('payload.raw_value'),15)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 11 Dec 2017 08:50:57 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2017-12-11T08:50:57Z</dc:date>
    <item>
      <title>Incorrect value displayed in chart tool tip</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Incorrect-value-displayed-in-chart-tool-tip/m-p/332651#M40210</link>
      <description>&lt;P&gt;The values being fed into the chart are correct, and the chart is rendering with the correct y-axis values, but the tool tip displays "1e,-20" over the entire series, when it should display 154.73013305664062 (plus or minus a few tenths).  I've seen this happen at random points in other charts, but never over the entire series. Can anyone explain what might be happening?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=test label="ion source voltage 1" | 
eval isabs=abs('payload.raw_value') |
convert ctime(_time) as time timeformat="%m/%d/%Y %H:%M:%S" |
xyseries time, label, isabs
&lt;/CODE&gt;&lt;/PRE&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/3979i273EABA38140CCE2/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>Sun, 10 Dec 2017 06:39:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Incorrect-value-displayed-in-chart-tool-tip/m-p/332651#M40210</guid>
      <dc:creator>nathanallen</dc:creator>
      <dc:date>2017-12-10T06:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect value displayed in chart tool tip</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Incorrect-value-displayed-in-chart-tool-tip/m-p/332652#M40211</link>
      <description>&lt;P&gt;@natanallen, seems like more than 16 digits will be transformed to exponential number. If you can live with rounded off values you can try the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| eval isabs=round(abs('payload.raw_value'),15)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 11 Dec 2017 08:50:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Incorrect-value-displayed-in-chart-tool-tip/m-p/332652#M40211</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-12-11T08:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect value displayed in chart tool tip</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Incorrect-value-displayed-in-chart-tool-tip/m-p/332653#M40212</link>
      <description>&lt;P&gt;That did it. Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2017 10:44:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Incorrect-value-displayed-in-chart-tool-tip/m-p/332653#M40212</guid>
      <dc:creator>nathanallen</dc:creator>
      <dc:date>2017-12-11T10:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect value displayed in chart tool tip</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Incorrect-value-displayed-in-chart-tool-tip/m-p/332654#M40213</link>
      <description>&lt;P&gt;@nathanallen, glad it worked! I have converted to answer. Please accept to mark this as answered.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2017 10:47:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Incorrect-value-displayed-in-chart-tool-tip/m-p/332654#M40213</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-12-11T10:47:04Z</dc:date>
    </item>
  </channel>
</rss>

