Ryne Belliston
Results
3
comments of
Ryne Belliston
Is there an easy way to make the charts responsive? Thought I could add "responsive: true" to this line: `Plotly.react('chart', result, {}, {responsive: true });;` but that's not working. The...
thanks for the reply! This worked for me: ``` var graphs = {{graphJSON | safe}}; graphs.config = { 'responsive': true, } Plotly.react('chart',graphs,{}); ```
It used to work for me, too. Miss using it!