Support for hiding multiple filters via the EmbedBuilder?
I'd like to fix values and hide a few filters in a dashboard I'm attempting to embed into a single page app. I can confirm that if I manually produce a URI with something like filter1=value1&filter2=value2&hide_filter=filter1&hide_filter=filter2 I get the desired result. However, I'm struggling to do this via the EmbedBuilder due to the fact that the _params: UrlParams type doesn't allow repeat keys or an interable value that could be mapped to the necessary multiple hide_filter url param key value pairs.
Is there another suggested way for adding multiple hidden filters? If not, I'd be happy to submit a PR attempting to add such functionality.
I have the same issue
Would love this to be implemented
Hello @bryans99, I have opened PR #177 to implement this feature, could you please check if the implementation looks good to you?