Dashboards & Visualizations

Why does my dashboard shows labels in column chart for X-axis but when we exported to pdf it does not?

sarfarajsayyad
New Member

Splunk dashboard shows labels in column chart for X-axis but when we exported to pdf it doesn't. PFA screenshot

Dashboard image
alt text

After exporting to PDF
alt text

0 Karma

aaraneta_splunk
Splunk Employee
Splunk Employee

@sarfarajsayyad - Did the answer provided by bsriramineni help provide a working solution to your question? If yes, please don't forget to resolve this post by clicking "Accept". If no, please leave a comment with more feedback. Thanks!

0 Karma

bsriramineni_sp
Splunk Employee
Splunk Employee

Root cause:

In pdfgen_chart.py we have a hard-coded value (600) for the width of chart and that is why labels are hidden in pdf.

class Chart(SvgBasedViz):
    def init(self, data, fields, props, locale, runningAsScript=False):
        SvgBasedViz.init(self, data, fields, props, width=600, height=350, genSvgScriptName="gensvg.js", runningAsScript=runningAsScript, locale=locale)

This truncates the labels if the chart width is exceeded.

Workarounds:

Go to the dashboard:

a. Export> Print> Destination> Save as PDF
Or
Use the browsers 'Print' as 'Save as PDF' option.

b. You can increase the width value from 600 to a value that suits your requirement. I suggest you to try 1000.

The pdfgen_chart.py script is in the following path "C:\Program Files\Splunk\Python-2.7\Lib\site-packages\splunk\ pdfgen_chart.py

Post changes restart the search head(This is where you need to change this value).

Note:
1. Increasing this value will change the visualizations of other Pdf's.
2. You need to take backup of this script in case if you are going to upgrade the splunk.
Reason: While up gradation this script will be replaced.
3. You can do the modifications at your own risk.

duyuzhuo
Explorer

excause me, is it possible to change the hard-coded value (600) by input parameter, but not increase the width value in the pdfgen_chart.py?

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: Matching cron expressions

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

Design, Compete, Win: Submit Your Best Splunk Dashboards for a .conf26 Pass

Hello Splunkers,  We’re excited to kick off a Splunk Dashboard contest! We know that dashboards are a primary ...

May 2026 Splunk Expert Sessions: Security & Observability

Level Up Your Operations: May 2026 Splunk Expert Sessions Whether you are refining your security posture or ...