Seungwoo321 / vue-pivottable

It is a Vue port of the jQuery-based PivotTable.js
MIT License
136 stars 72 forks source link

Responsive charts #48

Open Mihailoff opened 2 years ago

Mihailoff commented 2 years ago

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: https://github.com/Seungwoo321/vue-pivottable/blob/c0579583cb243102c00aa1b403fad43ea160165a/src/PlotlyRenderer.js#L153