nicolaskruchten / jupyter_pivottablejs

Drag’n’drop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js
http://nicolas.kruchten.com/content/2015/09/jupyter_pivottablejs/
Other
687 stars 88 forks source link

There is no option to control the type of graphs that can be generated for the data #36

Closed vishnuragas closed 6 years ago

vishnuragas commented 6 years ago

User cannot choose the type of graphs that needs to be generated. Say, only bar graphs and tree map is needed, the user cannot choose and still has to display all other options even though not used.

nicolaskruchten commented 6 years ago

That's correct, at the moment this is not possible to do via the Python wrapper around this Javascript library...

supernooba commented 6 years ago

Hi, I followed the documentation but I cant plot the graph using plotly. Any suggestion? thanks a lot

nicolaskruchten commented 6 years ago

@supernooba Plotly is not supported in this Jupyter wrapper yet, sorry!

supernooba commented 6 years ago

@nicolaskruchten thank you very much for the reply