We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plotly supports responsive layout https://plotly.com/javascript/responsive-fluid-layout/
How about exposing plotly settings?
<vue-pivottable-ui plotly="{ layout: { width: undefined, height: undefined }, config: { responsive: true } }" />
There is plotlyOptions prop that is not used as far as I can see:
plotlyOptions
vue-pivottable/src/PlotlyRenderer.js
Line 153 in c057958
The text was updated successfully, but these errors were encountered:
Seungwoo321
No branches or pull requests
Plotly supports responsive layout https://plotly.com/javascript/responsive-fluid-layout/
How about exposing plotly settings?
<vue-pivottable-ui plotly="{ layout: { width: undefined, height: undefined }, config: { responsive: true } }" />
There is
plotlyOptions
prop that is not used as far as I can see:vue-pivottable/src/PlotlyRenderer.js
Line 153 in c057958
The text was updated successfully, but these errors were encountered: