<?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 Using custom brushes on charts in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-custom-brushes-on-charts/m-p/132940#M7864</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;It pains me to ask this really, but I have spend so long trying to figure this out.&lt;/P&gt;

&lt;P&gt;I'm trying to use the information in this guide &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.2/AdvancedDev/CustomChartingConfig-FontColorBrushPalette"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.2/AdvancedDev/CustomChartingConfig-FontColorBrushPalette&lt;/A&gt; to learn how to customise charts on dashboards etc...&lt;/P&gt;

&lt;P&gt;I was really quite keen to use the imageFill option to add custom images to the backgroundBrush on my chart.&lt;/P&gt;

&lt;P&gt;The problem is, I've read the guide(s) over and over, and I can't get any of it to work with the exception of &lt;CODE&gt;0xFF0000&lt;/CODE&gt; - and with this - whatever I change the hex value to, the chart background goes black regardless! With the rest, I see no changes.&lt;/P&gt;

&lt;P&gt;Here's a little bit of the simple XML I am using&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;option name="charting.chart.lineBrushPalette"&amp;gt;@myLineBrushPalette&amp;lt;/option&amp;gt;
&amp;lt;option name="charting.foregroundColor"&amp;gt;0x000000&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.backgroundColor"&amp;gt;0xFF0000&amp;lt;/option&amp;gt;

&amp;lt;option name="charting.fontFace"&amp;gt;_sans&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.fontSize"&amp;gt;11&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.fontColor"&amp;gt;0x000000&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;NONE of this has ANY effect on my line chart...&lt;/P&gt;

&lt;P&gt;Now, please someone tell me I'm missing something - or I'm being really dense. Because it looks really simple but is proving to be really difficult for me.&lt;/P&gt;

&lt;P&gt;Any suggestions greatly appreciated.&lt;/P&gt;</description>
    <pubDate>Fri, 10 Apr 2015 13:17:16 GMT</pubDate>
    <dc:creator>kendrickt</dc:creator>
    <dc:date>2015-04-10T13:17:16Z</dc:date>
    <item>
      <title>Using custom brushes on charts</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-custom-brushes-on-charts/m-p/132940#M7864</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;It pains me to ask this really, but I have spend so long trying to figure this out.&lt;/P&gt;

&lt;P&gt;I'm trying to use the information in this guide &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.2/AdvancedDev/CustomChartingConfig-FontColorBrushPalette"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.2/AdvancedDev/CustomChartingConfig-FontColorBrushPalette&lt;/A&gt; to learn how to customise charts on dashboards etc...&lt;/P&gt;

&lt;P&gt;I was really quite keen to use the imageFill option to add custom images to the backgroundBrush on my chart.&lt;/P&gt;

&lt;P&gt;The problem is, I've read the guide(s) over and over, and I can't get any of it to work with the exception of &lt;CODE&gt;0xFF0000&lt;/CODE&gt; - and with this - whatever I change the hex value to, the chart background goes black regardless! With the rest, I see no changes.&lt;/P&gt;

&lt;P&gt;Here's a little bit of the simple XML I am using&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;option name="charting.chart.lineBrushPalette"&amp;gt;@myLineBrushPalette&amp;lt;/option&amp;gt;
&amp;lt;option name="charting.foregroundColor"&amp;gt;0x000000&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.backgroundColor"&amp;gt;0xFF0000&amp;lt;/option&amp;gt;

&amp;lt;option name="charting.fontFace"&amp;gt;_sans&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.fontSize"&amp;gt;11&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.fontColor"&amp;gt;0x000000&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;NONE of this has ANY effect on my line chart...&lt;/P&gt;

&lt;P&gt;Now, please someone tell me I'm missing something - or I'm being really dense. Because it looks really simple but is proving to be really difficult for me.&lt;/P&gt;

&lt;P&gt;Any suggestions greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2015 13:17:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-custom-brushes-on-charts/m-p/132940#M7864</guid>
      <dc:creator>kendrickt</dc:creator>
      <dc:date>2015-04-10T13:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Using custom brushes on charts</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-custom-brushes-on-charts/m-p/132941#M7865</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;In a simple-xml dasboard, I think you need to disable the master palette in order to display your own custom stuff. Try adding the following to each chart&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;option name="charting.legend.masterLegend"&amp;gt;&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hopefully that will at least fix the colour issues, not sure about the font&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2015 12:03:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-custom-brushes-on-charts/m-p/132941#M7865</guid>
      <dc:creator>seanel</dc:creator>
      <dc:date>2015-04-27T12:03:18Z</dc:date>
    </item>
  </channel>
</rss>

