知識庫

Viz in Tooltip View is Cut off


發佈時間 : 30 Jan 2018
上次修改日期 : 20 Jul 2023

問題

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

環境

Tableau Desktop 10.5.0

解決方法

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>">

原因

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.

其他資訊


這篇文章是否解決了問題?