Dashboards & Visualizations

How to print a PDF of a dashboard with dynamic chart titles that are generated by tokens from JavaScript?

vaibhavagg2006
Communicator

Hi

I have a dashboard with dynamic chart titles. The tokens are flowing from js, Is there any way to print it in PDF too? Currently, the PDF shows $tokenname$ instead of the values.

Please provide your suggestions.

anwarmian
Communicator

Use html tags. The token values are rendered properly if they are within html tags.
Example:

<dashboard>
  <label>My Weekly Dashboard</label>
  <row>
    <panel>
    <html>
       <style>.chartTitleText {font-size: 16px; font-weight:bold;}</style>
      <p class="chartTitleText">My tokens: $mytoken1$  $mytoken2$  $mytoken3$</p>
    </html>
  ...
  </panel>
 </row>
...
</dashboard>
0 Karma

arayapati83
Path Finder

I downvoted this post because didn't work

0 Karma

vaibhavagg2006
Communicator

I tried, but unfortunately it did not work. The pdf prints token names. I am passing tokens from a js.

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...