Reporting

splunk-6 pdf generation

0range
Communicator

Hi everyone.
I've got a problem with chart legends while generating pdf: long labels are being replaced with "...".
Is there any way to put it in different rows or view some leading (about 15) characters or anything else?

Tags (3)
0 Karma
1 Solution

Simon_Fishel
Splunk Employee
Splunk Employee

If you add this to your panel XML you can disable the legend label truncation:

<option name="charting.legend.labelStyle.overflowMode">ellipsisNone</option>

View solution in original post

Simon_Fishel
Splunk Employee
Splunk Employee

If you add this to your panel XML you can disable the legend label truncation:

<option name="charting.legend.labelStyle.overflowMode">ellipsisNone</option>

Simon_Fishel
Splunk Employee
Splunk Employee

It's in the docs, but a little buried (charting options are a hard thing to document well):

http://docs.splunk.com/Documentation/Splunk/latest/Viz/ChartConfigurationReference#General_chart_pro...

0 Karma

0range
Communicator

victory 🙂 great, thanks. where did you get this?

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...