XPlot icon indicating copy to clipboard operation
XPlot copied to clipboard

XPlot.Plotly some configuration options are missing

Open rusanov-vladimir opened this issue 4 years ago • 0 comments

According to the Plotly site to disable the modebar I have to use following option {displayModeBar: false}:

Plotly.newPlot('myDiv', data, layout, {displayModeBar: false});

While the current JS generator doesn't allow me to specify the last parameter.

Currently working around it with an ugly string.replace, but would be nice to have the possibility to supply these options in type safe mode.

rusanov-vladimir avatar Mar 12 '20 20:03 rusanov-vladimir