vue-plotly icon indicating copy to clipboard operation
vue-plotly copied to clipboard

Add config prop

Open curio77 opened this issue 5 years ago • 0 comments

This way, a config object that might otherwise be passed to Plotly.setPlotConfig() or as the last argument to Plotly.newPlot(), can be passed to the Plotly Vue component. It is still possible to pass individial config props that get merged into the resulting config object, but using the new config prop allows for encapsulation of configuration as well as reuse and may help keep things tidier.

curio77 avatar Mar 08 '20 16:03 curio77