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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...