There are different ways to share your dashboard. One way to do so is by generating an export of your dashboard or showing it on a monitor.
Here are a few ways to get a better result of your export:
Change the font size: Go to the dashboard settings - choose theme: Custom - select the colors and font you prefer.
Inject a valid CSS style: Under the tab Advanced, activate this option and add the CSS. Check out this article to learn more about injecting CSS in your dashboard. This is the most effective but can have impact on the responsive layout. This is an example to change the font of the values in the pivottable:
.pivottable-value {
font-size: 100%;
}
It’s best to take an export from the tablet view: click on the share button, choose Export, select tablet view download now.
This will give a better view of your dashboard, also on a monitor.