Plotly: allow plots to be plotted in another div?
hottwaj opened this issue · 0 comments
hottwaj commented
For more complex data visualisations I find it useful to setup tables/grids of plotly charts but using the new plotly renderer this is not possible.
Could the plotly renderer be tweaked to make it possible to optionally specify the destination
for the plotly chart, as allowed for using the "graphDiv" arg in the plotly.js function "newPlot"?
https://plot.ly/javascript/plotlyjs-function-reference/#plotlynewplot
https://plot.ly/javascript/plotlyjs-function-reference/#plotlynewplot
Thanks!