dash-pivottable
dash-pivottable copied to clipboard
Limit the chart options to only table
it is possible to limit the chart options to only table ?
It's possible to remove all the plotly renderers inside the source code: https://github.com/plotly/dash-pivottable/blob/ca48182c600d1bebf24bf6daab657b1677ba8d80/src/lib/components/PivotTable.react.js#L77-L88
Then you can rebuild and create a new version the library using:
git clone https://github.com/plotly/dash-pivottable
cd dash-pivottable
npm i
npm run build
python setup.py sdist
and pip install the new wheels.
Hi @xhluca can you elaborate your answer, i got confused how to update and install it to be my updated pivot table library
Hey, the answer is likely outdated since it has been a few years ago. I'd recommend checking with the Dash Core team.