Hide FilterBar Embed DashBoard

Is there a way to hide the filterBar on non-full-screen embed dashboard?

I modify the embed url to add filters but i dont want to show that filter bar

I use Kibana 6.0.0

if you want to hide the filter bar then you have to edit css file in kibana.

go to kibana_version/optimize/bundles/commons.style

search for ' .filter-bar ' then add display:none.