dash-pivottable icon indicating copy to clipboard operation
dash-pivottable copied to clipboard

Limit the chart options to only table

Open kimusu2008 opened this issue 4 years ago • 3 comments
trafficstars

it is possible to limit the chart options to only table ?

kimusu2008 avatar Dec 20 '20 04:12 kimusu2008

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.

xhluca avatar Jan 28 '21 18:01 xhluca

Hi @xhluca can you elaborate your answer, i got confused how to update and install it to be my updated pivot table library

harrymaringant avatar Jul 18 '23 09:07 harrymaringant

Hey, the answer is likely outdated since it has been a few years ago. I'd recommend checking with the Dash Core team.

xhluca avatar Jul 21 '23 00:07 xhluca