David-Desmaisons / vue-plotly

📈 vue wrapper for plotly.js
https://david-desmaisons.github.io/vue-plotly/
MIT License
256 stars 74 forks source link

Hide Plotly Logo #4

Closed Kyxsune closed 5 years ago

Kyxsune commented 5 years ago

Hey,

Thanks a ton for the amazing wrapper, has made my first time using vue (and plotly) an enjoyable experience. I was wondering how to hide the plotly logo in the modebar using these instructions from within your wrapper. Any help is welcomed,

Thanks again.

David-Desmaisons commented 5 years ago

Thanks. Using props displaylogo="false" should work.

Kyxsune commented 5 years ago

Sorry for the lapse in reply, got a little busy. Thanks a bunch, it worked great.