KNOWLEDGE BASE

Viz in Tooltip View is Cut off


Published: 30 Jan 2018
Last modified date: 20 Jul 2023

Issue

When using Tableau Desktop's Viz in Tooltip feature, the view is cut off or only shows a partial rendering of the target sheet.

Environment

Tableau Desktop 10.5.0

Resolution

Adjust the generated markup language in the Edit Tooltip Dialog box and increase the MaxWidth and MaxHeight attributes to include all of the target sheet.

See an example of the markup language below:
 
<Sheet name="Sheet 1" maxwidth="300" maxheight="300" filter="<All Fields>">

Cause

The target view or image is larger than the maxwidth or maxheight attribute values set in the sheet markup language of the Edit Tooltip Dialogue box.

Additional information


Did this article resolve the issue?