mongodb-js / charts-embed-sdk

The easiest way to embed MongoDB Charts visualisations into your web app
https://docs.mongodb.com/charts/master/embedding-charts-sdk/
Apache License 2.0
43 stars 31 forks source link

Remove attribution #12

Closed tomcanac closed 4 years ago

tomcanac commented 4 years ago

Wit the Iframe integration of the charts, we have the option to use attribution=false to remove mongodb logo in the chart.

Would be good to have the same option in the SDK. Currently it is not referenced, neither in the doc or the TypeScript definition.

Don't want to mess up with the content the SDK creates, and do any hacks to remove this, a native feature would be much appreciated.

Thanks!

tomhollander commented 4 years ago

It's there - showAttribution in the SDK. I'll check why it's not showing in the docs.

tomcanac commented 4 years ago

Good yes, It is working, thanks for setting it in the doc!