Skip to content

Instantly share code, notes, and snippets.

@SIRHAMY
Created July 2, 2014 22:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SIRHAMY/4da79cbeea0c6f86594d to your computer and use it in GitHub Desktop.
Save SIRHAMY/4da79cbeea0c6f86594d to your computer and use it in GitHub Desktop.
Splunk Chart with custom colors by series
<module name="HiddenSavedSearch">
<param name="savedSearch">MySavedSearch</param>
<module name="HiddenChartFormatter">
<param name="charting.legend.labels">["Normal Response", "Slow Response]</param>
<param name="charting.seriesColors">[0x00CC23,0x2428CC]</param>
<module name="JSChart">
<param name="maxResultCount">750</param>
</module>
</module>
</module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment