<?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: Converting a line chart to scatter plot, how do I edit my XML to make lines in the line chart transparent and markers visible? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Converting-a-line-chart-to-scatter-plot-how-do-I-edit-my-XML-to/m-p/185470#M11450</link>
    <description>&lt;P&gt;Thanks for the help, am actually looking to replicate a scatter plot using a line chart....where i will increase the marker size and make the line transparent , which will look like a scatter plot..&lt;/P&gt;</description>
    <pubDate>Wed, 26 Aug 2015 07:12:02 GMT</pubDate>
    <dc:creator>Venkat_16</dc:creator>
    <dc:date>2015-08-26T07:12:02Z</dc:date>
    <item>
      <title>Converting a line chart to scatter plot, how do I edit my XML to make lines in the line chart transparent and markers visible?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Converting-a-line-chart-to-scatter-plot-how-do-I-edit-my-XML-to/m-p/185468#M11448</link>
      <description>&lt;P&gt;I am trying to convert a line chart to scatter plot, please help me in making the line transparent and markers visible. Below is my XML Code&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    option name="charting.axisLabelsX.majorLabelStyle.overflowMode"&amp;gt;ellipsisNone /option
    option name="charting.axisLabelsX.majorLabelStyle.rotation"&amp;gt;0/option
    option name="charting.axisTitleX.visibility"&amp;gt;visible&amp;lt;/option
   option name="charting.axisTitleY.visibility"&amp;gt;visible&amp;lt;/option
    option name="charting.axisTitleY2.visibility"&amp;gt;visible&amp;lt;/option
    option name="charting.axisX.scale"&amp;gt;linear&amp;lt;/option
    option name="charting.axisY.scale"&amp;gt;linear&amp;lt;/option
    option name="charting.axisY2.enabled"&amp;gt;false&amp;lt;/option
    option name="charting.axisY2.scale"&amp;gt;inherit&amp;lt;/option
    option name="charting.chart"&amp;gt;line&amp;lt;/option
    option name="charting.chart.showMarkers"&amp;gt;true&amp;lt;/option
    option name="charting.chart.markerSize"&amp;gt;3&amp;lt;/option
    option name="charting.chart.bubbleMaximumSize"&amp;gt;50&amp;lt;/option
    option name="charting.chart.bubbleMinimumSize"&amp;gt;10&amp;lt;/option
    option name="charting.chart.lineStyle.alpha"&amp;gt;0&amp;lt;/option
    option name="charting.chart.bubbleSizeBy"&amp;gt;area&amp;lt;/option
    option name="charting.chart.nullValueMode"&amp;gt;gaps&amp;lt;/option
    option name="charting.chart.stackMode"&amp;gt;default&amp;lt;/option
    option name="charting.chart.sliceCollapsingThreshold"&amp;gt;0.01&amp;lt;/option
    option name="charting.chart.style"&amp;gt;shiny&amp;lt;/option
    option name="charting.drilldown"&amp;gt;all&amp;lt;/option
    option name="charting.layout.splitSeries"&amp;gt;0&amp;lt;/option
    option name="charting.legend.labelStyle.overflowMode"&amp;gt;ellipsisMiddle&amp;lt;/option
    option name="charting.legend.placement"&amp;gt;right&amp;lt;/option
    option name="charting.chart.bubbleMaximumSize"&amp;gt;50&amp;lt;/option
    option name="charting.chart.bubbleMinimumSize"&amp;gt;10&amp;lt;/option
    option name="charting.chart.bubbleSizeBy"&amp;gt;area&amp;lt;/option
    option name="charting.chart.sliceCollapsingThreshold"&amp;gt;0.01&amp;lt;/option
    option name="charting.chart.style"&amp;gt;shiny&amp;lt;/option
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 25 Aug 2015 13:24:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Converting-a-line-chart-to-scatter-plot-how-do-I-edit-my-XML-to/m-p/185468#M11448</guid>
      <dc:creator>Venkat_16</dc:creator>
      <dc:date>2015-08-25T13:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a line chart to scatter plot, how do I edit my XML to make lines in the line chart transparent and markers visible?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Converting-a-line-chart-to-scatter-plot-how-do-I-edit-my-XML-to/m-p/185469#M11449</link>
      <description>&lt;P&gt;Change &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;charting.chart = scatter
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;instead of &lt;CODE&gt;line&lt;/CODE&gt; &lt;BR /&gt;
There are many options that you can set for charts. Many of the ones you have listed may not be relevant for scatter charts, but Splunk will just ignore them. For info, look at the &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.5/Viz/ChartConfigurationReference"&gt;Chart Configuration Reference&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 18:02:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Converting-a-line-chart-to-scatter-plot-how-do-I-edit-my-XML-to/m-p/185469#M11449</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2015-08-25T18:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a line chart to scatter plot, how do I edit my XML to make lines in the line chart transparent and markers visible?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Converting-a-line-chart-to-scatter-plot-how-do-I-edit-my-XML-to/m-p/185470#M11450</link>
      <description>&lt;P&gt;Thanks for the help, am actually looking to replicate a scatter plot using a line chart....where i will increase the marker size and make the line transparent , which will look like a scatter plot..&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2015 07:12:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Converting-a-line-chart-to-scatter-plot-how-do-I-edit-my-XML-to/m-p/185470#M11450</guid>
      <dc:creator>Venkat_16</dc:creator>
      <dc:date>2015-08-26T07:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a line chart to scatter plot, how do I edit my XML to make lines in the line chart transparent and markers visible?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Converting-a-line-chart-to-scatter-plot-how-do-I-edit-my-XML-to/m-p/185471#M11451</link>
      <description>&lt;P&gt;Why? And if you want the line to be transparent, perhaps you should just make it white, to match the background color. Again, you can find the line colors in the Chart Configuration Reference.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2015 19:53:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Converting-a-line-chart-to-scatter-plot-how-do-I-edit-my-XML-to/m-p/185471#M11451</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2015-08-27T19:53:58Z</dc:date>
    </item>
  </channel>
</rss>

