Splunk Search

Feature request: enhance mapping.choropleth functionality?

aaron_sakovich
Path Finder

Currently, choropleth maps have an annoying feature where if you're using sequential coloring of geometries, the minimum color is always white (0xFFFFFF) and whatever is specified in the source for .minimumColor is ignored. Divergent coloring allows you to specify a .minimumColor, but it still routes the midpoint through white. On maps either without colorful tiles specified or with white backgrounds, having a white color for your data makes the visualization difficult, to say the least.

Would it be possible to change the functionality of mapping.choroplethLayer.colorMode and .minimumColor such that when in sequential mode, the minimum color can be specified, as shown in the following example?

<option name="mapping.choroplethLayer.colorMode">sequential</option>
<option name="mapping.choroplethLayer.maximumColor">0x0000FF</option>
<option name="mapping.choroplethLayer.minimumColor">0x00FF00</option>

(Bonus points, it would be nice if there were a mapping.choroplethLayer.middleColor for divergent coloring.)

There are lots of cases documented here in Answers of people who would be able to benefit from this functionality, and some where people have had to resort to kludges to work around the lack of this feature.

(Ref: https://docs.splunk.com/Documentation/Splunk/7.3.2/Viz/PanelreferenceforSimplifiedXML#map)

woodcock
Esteemed Legend

Splunk has a new portal for feature/enhancement requests:
https://ideas.splunk.com

0 Karma

richgalloway
SplunkTrust
SplunkTrust

@aaron_sakovich Consider submitting this feature request at https://ideas.splunk.com/

---
If this reply helps you, Karma would be appreciated.
0 Karma

aaron_sakovich
Path Finder
0 Karma

woodcock
Esteemed Legend

Open a P0 support case; these are treated as Enhancement Requests by Splunk.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...