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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...