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!

Announcing Scheduled Export GA for Dashboard Studio

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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...