Hi all,
We have been able to integrate Tableau in Salesforce using Sparkler.
However we still have an annoying border surrounding all the Tableau views.
There is no border in the Tableau dashboard itself and I have set border to zero on the visualforce page.
Do you experience the same ?
Visualforce Page:
<apex:page controller="TableauSparklerController">
<apex:canvasApp applicationName="Tableau Viz"
height="1500"
width="100%"
border="0"
rendered="true"
parameters="
{
'ts.javascriptLib': 'https://tableauserver/javascripts/api/viz_v1.js',
'ts.hostUrl': 'https://tableauserver',
'ts.name': 'Superstore/Product',
'ts.tabs': 'no',
'ts.toolbar': 'no',
'ts.trustedTicket.host': 'tableauserver',
'ts.trustedTicket.signedIdentity':'{!signedIdentity}'
}" />
</apex:page>
Become a Viz Whiz on the Forums! Support the Community and master Tableau.