<?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 change the Y-axis display data labels on a scatter plot? in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/How-to-change-the-Y-axis-display-data-labels-on-a-scatter-plot/m-p/593576#M11345</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/244839"&gt;@faisalchohan&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I don't think it is possible to change the labels on the Y-axis in any of the graph charts. Also, the &lt;STRONG&gt;charting.axisTitleY.visibility&lt;/STRONG&gt; is to set if the title of the Y-axis should be visible or not. You can find information related to the parameter here -&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.6/Viz/ChartConfigurationReference#:~:text=charting.axisTitleY.visibility" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.6/Viz/ChartConfigurationReference#:~:text=charting.axisTitleY.visibility&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;You can transpose the data from Y-Axis to X-Axis and then use case conditions to change the mapping of the Alert_level.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Apr 2022 10:54:47 GMT</pubDate>
    <dc:creator>tshah-splunk</dc:creator>
    <dc:date>2022-04-13T10:54:47Z</dc:date>
    <item>
      <title>How to change the Y-axis display data labels on a scatter plot?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-change-the-Y-axis-display-data-labels-on-a-scatter-plot/m-p/593526#M11340</link>
      <description>&lt;P&gt;Hi Splunk Members,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am relatively new to splunk and I wanted to ask a very basic question.&lt;/P&gt;&lt;P&gt;I would like to find out&amp;nbsp; "How&amp;nbsp; can I change the Y-axis display data labels on a scatter plot without comprising the 1 to 3 scale ?&lt;/P&gt;&lt;P&gt;from:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;1 to "low"&lt;/LI&gt;&lt;LI&gt;2 to "medium"&lt;/LI&gt;&lt;LI&gt;3&amp;nbsp; to "high"&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;| eval Alert_Level = case(Alert_Level = "Very Poor", 1, Alert_Level = "Poor", 2, Alert_Level = "Fair" , 3 )&lt;/P&gt;&lt;P&gt;| table Xaxis Yaxis&amp;nbsp; Alert_Level&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="faisalchohan_2-1649815181951.png" style="width: 727px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19046i4C2BA7249AFAFF6A/image-dimensions/727x257?v=v2" width="727" height="257" role="button" title="faisalchohan_2-1649815181951.png" alt="faisalchohan_2-1649815181951.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is incorrect as this plot thinks it is a string rather then number.&lt;/P&gt;&lt;P&gt;| eval Alert_Level2 = case(Alert_Level = 1, "low", Alert_Level = 2, "medium", Alert_Level = 3 , "high" )&lt;/P&gt;&lt;P&gt;| table Xaxis Yaxis&amp;nbsp; Alert_Level2&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="faisalchohan_1-1649815059933.png" style="width: 762px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19045i4187EEA6AEF4A742/image-dimensions/762x219?v=v2" width="762" height="219" role="button" title="faisalchohan_1-1649815059933.png" alt="faisalchohan_1-1649815059933.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;or else i was trying the below but not sure if i am doing it in a best way&lt;/P&gt;&lt;P&gt;HTML Source:&lt;/P&gt;&lt;P&gt;&amp;lt;option name="charting.chart.showDataLabels"&amp;gt;high&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="charting.axisTitleY.visibility"&amp;gt;1:"Low", 2:"Medium", 3:"High"&amp;lt;/option&amp;gt;&lt;/P&gt;&lt;P&gt;Your help would be much appreciated. Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 02:29:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-change-the-Y-axis-display-data-labels-on-a-scatter-plot/m-p/593526#M11340</guid>
      <dc:creator>faisalchohan</dc:creator>
      <dc:date>2022-04-13T02:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the Y-axis display data labels on a scatter plot?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-change-the-Y-axis-display-data-labels-on-a-scatter-plot/m-p/593576#M11345</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/244839"&gt;@faisalchohan&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I don't think it is possible to change the labels on the Y-axis in any of the graph charts. Also, the &lt;STRONG&gt;charting.axisTitleY.visibility&lt;/STRONG&gt; is to set if the title of the Y-axis should be visible or not. You can find information related to the parameter here -&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.6/Viz/ChartConfigurationReference#:~:text=charting.axisTitleY.visibility" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.6/Viz/ChartConfigurationReference#:~:text=charting.axisTitleY.visibility&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;You can transpose the data from Y-Axis to X-Axis and then use case conditions to change the mapping of the Alert_level.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 10:54:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-change-the-Y-axis-display-data-labels-on-a-scatter-plot/m-p/593576#M11345</guid>
      <dc:creator>tshah-splunk</dc:creator>
      <dc:date>2022-04-13T10:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the Y-axis display data labels on a scatter plot?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-change-the-Y-axis-display-data-labels-on-a-scatter-plot/m-p/595316#M11382</link>
      <description>&lt;P&gt;Hi &amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/229101"&gt;@tshah-splunk&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I really appreciated your response.&lt;/P&gt;&lt;P&gt;I have transpose the axis but it's the same result but showing on different axis.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you able to share some example?&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 01:17:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-change-the-Y-axis-display-data-labels-on-a-scatter-plot/m-p/595316#M11382</guid>
      <dc:creator>faisalchohan</dc:creator>
      <dc:date>2022-04-26T01:17:32Z</dc:date>
    </item>
  </channel>
</rss>

