How to exclude parts from a widget when embedding it as an iframe?

Hey,
i want to embedd widgets as iframes like this:

<div id="widgetIframe"><iframe width="100%" height="350" src="http://url.com/piwik/index.php?module=Widgetize&action=iframe&columns[]=nb_visits&widget=1&moduleToWidgetize=VisitsSummary&actionToWidgetize=getEvolutionGraph&idSite=1&period=day&date=yesterday&disableLink=1&widget=0&flat=1&expanded=0" scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe></div>

but i need to remove some parts of the widget, like the
-jqplot-seriespicker-popover
-expandDataTableFooterDrawer
-evolution-annotations
-dataTableFooterIcons

  • the title of the widget itself

to get just a clear and basic output of a chart without any further options.
How can i do that?

Thanks alot!

Any solution to this? I have the same question.
Thanks!

Found an answer in this post:

adding show_footer=0 to the iframe params solved my question.