Customize action bar icons

Hi,

Is it possible to customize visible icons when hover on a chart ?
For example is it possible to disable some icon (save and edit plot in cloud) ?

Thanks for this awesome charting library :slight_smile:

This feature was added to the library in v1.1.0

We don’t have any official docs for it yet, but

should get you up and running.

Great ! That was exactly what i needed :blush:

hey,
I could see the last icon : Display with plotty is coming by default.
Could we disable it.

Just set displaylogo to false in https://github.com/plotly/plotly.js/blob/v1.3.0/src/plot_api/plot_config.js#L76 I guess.