Closed afviola closed 4 years ago
@afviola, you are using method 1 as per the readme. You need to use method 2 or 3 as mentioned in the readme for configuring the said options.
I did the following to make it work:
`<ngx-powerbi-component [type]="type" [id]="id" [embedUrl]="embedUrl" [tokenType]="tokenType" [accessToken]="accessToken" on-embedded="onEmbedded($event)" [options]="options">
Thanks for updating about the status of your issue!
Hello,
I'm using the ngx-powerbi-component as below. Question: how do I pass the filterPaneEnabled and navContentPaneEnabled parameters to it?
<ngx-powerbi-component type=" id="..." embedUrl="https://app.powerbi.com/...." tokenType="embed" accessToken="token" </ngx-powerbi-component>
Thanks!