Reputation: 136775
Let's say I have a Tableau view which I include via
http://tableau.MyViZ.com/MyWorkbookName/MyViewName
By viz.getUrl() + ".png"
I can get an image of the view. However, that image does not have the size (resultion and probably aspect ratio) I want.
Can I call it in such a way that I can specify in which size I get it?
Upvotes: 1
Views: 136
Reputation: 136775
Just add ?:size=1000,400
. The first number is the width, the second is the height.
Upvotes: 1