<?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 Why is the charting.reverse option for scatter chart not working in my dashboard panel? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-is-the-charting-reverse-option-for-scatter-chart-not-working/m-p/210748#M61615</link>
    <description>&lt;P&gt;Dear Splunk Community, &lt;/P&gt;

&lt;P&gt;In the current implementation of my dashboard, I have a scatter chart panel for which I am trying to turn the y-axis upside down (minValue is 340, should be at the top; maxValue is 490, should be at the bottom). When searching for this issue, I stumbled upon the true feature, which does not seem to effect the plotting at all. I am using Splunk Enterprise 6.4.1. Is it possible that this option does not work anymore as I was not able to find any current documentation? Here is the xml-code in question:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;Test&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;chart&amp;gt;
        &amp;lt;title&amp;gt;SpurVL&amp;lt;/title&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;source="/home/ubuntu/test/out/*" host="ip-172-31-24-90" sourcetype="spursturz" | table Umkehrpunkt SpurVL HoeheVL&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;0&amp;lt;/earliest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="charting.axisLabelsX.majorLabelStyle.overflowMode"&amp;gt;ellipsisNone&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisLabelsX.majorLabelStyle.rotation"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisTitleX.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisTitleY.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisTitleY2.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisX.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY2.enabled"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY2.scale"&amp;gt;inherit&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart"&amp;gt;scatter&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.bubbleMaximumSize"&amp;gt;50&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.bubbleMinimumSize"&amp;gt;10&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.bubbleSizeBy"&amp;gt;area&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.nullValueMode"&amp;gt;gaps&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.showDataLabels"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.sliceCollapsingThreshold"&amp;gt;0.01&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.stackMode"&amp;gt;default&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.style"&amp;gt;shiny&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.drilldown"&amp;gt;all&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.layout.splitSeries"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.layout.splitSeries.allowIndependentYRanges"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.legend.labelStyle.overflowMode"&amp;gt;ellipsisMiddle&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.legend.placement"&amp;gt;right&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisX.minimumNumber"&amp;gt;-10&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisX.maximumNumber"&amp;gt;35&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY.minimumNumber"&amp;gt;490&amp;lt;/option&amp;gt; 
        &amp;lt;option name="charting.axisY.maximumNumber"&amp;gt;340&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY.reverse"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.showMarkers"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.markerSize"&amp;gt;1&amp;lt;/option&amp;gt;
      &amp;lt;/chart&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks in advance! &lt;/P&gt;</description>
    <pubDate>Wed, 15 Jun 2016 09:25:57 GMT</pubDate>
    <dc:creator>muellernc</dc:creator>
    <dc:date>2016-06-15T09:25:57Z</dc:date>
    <item>
      <title>Why is the charting.reverse option for scatter chart not working in my dashboard panel?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-the-charting-reverse-option-for-scatter-chart-not-working/m-p/210748#M61615</link>
      <description>&lt;P&gt;Dear Splunk Community, &lt;/P&gt;

&lt;P&gt;In the current implementation of my dashboard, I have a scatter chart panel for which I am trying to turn the y-axis upside down (minValue is 340, should be at the top; maxValue is 490, should be at the bottom). When searching for this issue, I stumbled upon the true feature, which does not seem to effect the plotting at all. I am using Splunk Enterprise 6.4.1. Is it possible that this option does not work anymore as I was not able to find any current documentation? Here is the xml-code in question:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;Test&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;chart&amp;gt;
        &amp;lt;title&amp;gt;SpurVL&amp;lt;/title&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;source="/home/ubuntu/test/out/*" host="ip-172-31-24-90" sourcetype="spursturz" | table Umkehrpunkt SpurVL HoeheVL&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;0&amp;lt;/earliest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="charting.axisLabelsX.majorLabelStyle.overflowMode"&amp;gt;ellipsisNone&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisLabelsX.majorLabelStyle.rotation"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisTitleX.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisTitleY.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisTitleY2.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisX.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY2.enabled"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY2.scale"&amp;gt;inherit&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart"&amp;gt;scatter&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.bubbleMaximumSize"&amp;gt;50&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.bubbleMinimumSize"&amp;gt;10&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.bubbleSizeBy"&amp;gt;area&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.nullValueMode"&amp;gt;gaps&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.showDataLabels"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.sliceCollapsingThreshold"&amp;gt;0.01&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.stackMode"&amp;gt;default&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.style"&amp;gt;shiny&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.drilldown"&amp;gt;all&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.layout.splitSeries"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.layout.splitSeries.allowIndependentYRanges"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.legend.labelStyle.overflowMode"&amp;gt;ellipsisMiddle&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.legend.placement"&amp;gt;right&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisX.minimumNumber"&amp;gt;-10&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisX.maximumNumber"&amp;gt;35&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY.minimumNumber"&amp;gt;490&amp;lt;/option&amp;gt; 
        &amp;lt;option name="charting.axisY.maximumNumber"&amp;gt;340&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY.reverse"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.showMarkers"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.markerSize"&amp;gt;1&amp;lt;/option&amp;gt;
      &amp;lt;/chart&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks in advance! &lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2016 09:25:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-the-charting-reverse-option-for-scatter-chart-not-working/m-p/210748#M61615</guid>
      <dc:creator>muellernc</dc:creator>
      <dc:date>2016-06-15T09:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the charting.reverse option for scatter chart not working in my dashboard panel?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-the-charting-reverse-option-for-scatter-chart-not-working/m-p/210749#M61616</link>
      <description>&lt;P&gt;Hi @muellernc,&lt;BR /&gt;
This is not a currently supported option for Simple XML.&lt;/P&gt;

&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:20:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-the-charting-reverse-option-for-scatter-chart-not-working/m-p/210749#M61616</guid>
      <dc:creator>frobinson_splun</dc:creator>
      <dc:date>2016-06-15T18:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the charting.reverse option for scatter chart not working in my dashboard panel?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-the-charting-reverse-option-for-scatter-chart-not-working/m-p/210750#M61617</link>
      <description>&lt;P&gt;Thanks for your reply!&lt;BR /&gt;
As I understand the situation advanced xml is deprecated as of Splunk 6.3. Does this therefore indicate that there is no option to reverse an axis anymore? (except for a "cheating" solution by multiplying y axis values with -1)&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2016 07:48:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-the-charting-reverse-option-for-scatter-chart-not-working/m-p/210750#M61617</guid>
      <dc:creator>muellernc</dc:creator>
      <dc:date>2016-06-16T07:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the charting.reverse option for scatter chart not working in my dashboard panel?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-the-charting-reverse-option-for-scatter-chart-not-working/m-p/210751#M61618</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;
It's correct that Advanced XML is deprecated as of 6.3 and there is not a supported way to reverse an axis in Simple XML currently.&lt;/P&gt;

&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2016 23:24:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-the-charting-reverse-option-for-scatter-chart-not-working/m-p/210751#M61618</guid>
      <dc:creator>frobinson_splun</dc:creator>
      <dc:date>2016-06-16T23:24:17Z</dc:date>
    </item>
  </channel>
</rss>

