Dashboards & Visualizations

Help me with Pie Chart

sravankaripe
Communicator

Hi,

Pie Chart is not displaying all the value (where i have 11 values)
Pie chart is displaying "other" When the count of Statistics>10.
i want to diplay all the values in pie chart.
Please help me with this.

alt text

Tags (3)
0 Karma
1 Solution

SplunkersRock
Path Finder

Try this

<option name="charting.chart.sliceCollapsingThreshold">0.0000001</option>

View solution in original post

SplunkersRock
Path Finder

Try this

<option name="charting.chart.sliceCollapsingThreshold">0.0000001</option>

naidusadanala
Communicator

Hey Sravn

Try this

Go to pie chart --> format --> set the minimum size to 0.01%

As some of your values are pretty much small when compared to the others that might be a reason

sliceCollapsingThreshold number The threshold at which smaller slices should be collapsed into a consolidated slice. Valid values are between 0 (no collapsing) and 1 (all slices are collapsed into a single pie). 0.01 (slices smaller than 1% of the whole pie are collapsed)

DalJeanis
Legend

Basically, the problem is that your other values, even all added together, are so small that they are just not significant in relation to the 440K+ counts in the two main categories -- they sum to about a half a percent, so that's only a 2 degree visual slice, divided between the nine categories.

A pie chart is just not a good way to represent those lesser categories. I haven't seen a "3-D funnel" visualization in splunk, but that might be a good way to go here, based on your data.

If you really want to put them in there, I'd suggest to either do it on a second, smaller pie chart, or add a table of their nominal values.
The alternative might be to override the name or stats of the "Other" category so as to display the whole mini-table with a mouse-hover. I'm pretty sure that can be done, although it might require quite a bit of work.

Get Updates on the Splunk Community!

Unlock New Opportunities with Splunk Education: Explore Our Latest Courses!

At Splunk Education, we’re dedicated to providing top-tier learning experiences that cater to every skill ...

Technical Workshop Series: Splunk Data Management and SPL2 | Register here!

Hey, Splunk Community! Ready to take your data management skills to the next level? Join us for a 3-part ...

Spotting Financial Fraud in the Haystack: A Guide to Behavioral Analytics with Splunk

In today's digital financial ecosystem, security teams face an unprecedented challenge. The sheer volume of ...