facets icon indicating copy to clipboard operation
facets copied to clipboard

Showing summary stats of all features in facets_overview

Open loganathanspr opened this issue 7 years ago • 1 comments

In facets_overview in Jupyter notebook, the HTML view shows only few features, how can I make the HTML output show all features in the visualization? I have 100s of features, I want to show all of them in the HTML output.

Thank you!

loganathanspr avatar Mar 20 '18 13:03 loganathanspr

Do you mean that the visualization only shows the first few and the rest need to be scrolled through to be displayed? Or is the visualization somehow not picking up some of the features in your dataset at all?

If it is the first, the only way to remove the cap on the size of the containers holding the lists of feature statistics is by changing the _maxHeight value (currently hardcoded to 800 px) in facets_overview/components/facets_overview_table/facets-overview-table.ts and rebuilding facets.

If it is the second, could you provide more information on your dataset and what features are failing to appear?

Thanks.

jameswex avatar Mar 23 '18 16:03 jameswex