Reputation: 63
I'm a little stuck here, because the dashboards that I import are looking different on Tableau Online ( and so on on my website ) So on Tableau Desktop it looks like this: Tableau Desktop screen
And after I upload it, it looks like this: Tableau Online screen
I already tried to remove every border line, add one but in blank... I'm lost there since I do not understand what the problem is.
Upvotes: 2
Views: 2228
Reputation: 3379
As the workbook is rendering in the browser there will often by small differences compared to the workbook on Tableau desktop.
These have been raised numerous times by the Tableau community, you may find the following useful as Tableau users discuss ways to generalize table formats to limit different rendering on desktop vs. online: https://community.tableau.com/ideas/4113
Another option is to try disabling rendering on the published workbook, see this link in the official Tableau community: https://community.tableau.com/thread/217263
Which suggests:
Probably due to rendering. Try adding "?:render=false" at the end of the URL.
Example:
/ViewName?:render=false
Upvotes: 1