Skip to content

Commit 012fcbe

Browse files
authored
Feat(frontend): update tableau visualization box (#95)
1 parent f469a60 commit 012fcbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/spec-trackr-app/src/TableauEmbed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const TableauEmbed = () => {
66
return (
77
<div style={{ width: '100%', maxWidth: '1400px', margin: '0 auto' }}>
88
<iframe
9-
src="https://public.tableau.com/views/_17492732225060/1?:language=ko-KR&:display_count=n&:origin=viz_share_link"
9+
src="https://public.tableau.com/views/_17492732225060/1?:?:embed=yes&:showVizHome=no"
1010
style={{ width: '100%', height: '800px', border: 'none' }}
1111
allowFullScreen
1212
title="Tableau 워드클라우드"

0 commit comments

Comments
 (0)