We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f469a60 commit 012fcbeCopy full SHA for 012fcbe
frontend/spec-trackr-app/src/TableauEmbed.js
@@ -6,7 +6,7 @@ const TableauEmbed = () => {
6
return (
7
<div style={{ width: '100%', maxWidth: '1400px', margin: '0 auto' }}>
8
<iframe
9
- src="https://public.tableau.com/views/_17492732225060/1?:language=ko-KR&:display_count=n&:origin=viz_share_link"
+ src="https://public.tableau.com/views/_17492732225060/1?:?:embed=yes&:showVizHome=no"
10
style={{ width: '100%', height: '800px', border: 'none' }}
11
allowFullScreen
12
title="Tableau 워드클라우드"
0 commit comments