Dashboards & Visualizations

Why does a 0/zero show up on my stacked bar chart?

architkhanna
Path Finder

we have our own stacked bar visualization, where we need to eliminate bars with 0 values.
I tried removing this property from the js
minPointLength: 0,
alt text

However, this just eliminate the bar and not the visibility of 0 from bar and shows overlapping values on same bar(see pic).But i want to remove the 0 at all from graph
Any leads would be helpful.
TIA

0 Karma

niketn
Legend

@architkhanna, if you are using your own custom visualization, I am afraid you will be on your own figuring out JS and CSS changes directly in your visualization code or else CSS/JS overrides through Simple XML. Is this visualization a published Custom Visualization App on Splunkbase?

Can you share the underlying query so that we can suggest removal of fields directly from the data for visualization?

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

jkat54
SplunkTrust
SplunkTrust

In your charting options, have you have selected "show values - min/max"?

If so, change it to max only... or none.

Other option is to use eval in your search to force the fields value to null

| eval fieldName=if(fieldName=0,null(),fieldName)

0 Karma
Get Updates on the Splunk Community!

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...