마지막 수정 날짜: 20 Oct 2022
환경
- Tableau Server
- Tableau Cloud
- Tableau Public
해결 방법
Option 1: Change the CSS property to visibility:hidden instead.
This property will hide the view, but it will take up the space it needs on the page for the view. For example:<div id=”Sample” style=”visiblility:hidden”>
<Tableau embed code>
</div>
<Tableau embed code>
</div>
Option 2: Set the position of the element off screen.
Setting the position of the element off screen will allow the view to load completely before it is positioned back onto the screen. The effect is similar to what you would expect from using display:none. For example:<div id=”Sample” style=”top:9999;left:-9999”>
<Tableau embed code>
</div>
<Tableau embed code>
</div>
원인
Tableau views are often embedded into webpages that contain custom CSS.이 문서의 효과에 대한 의견을 제공해 주셔서 감사합니다.
새 사례 열기
검색 계속
기술 자료
커뮤니티
제품 도움말
교육 및 자습서