RhoInc / web-codebook

A web-based version of the codebook, which generates a concise summary of every variable in a dataset.
https://rhoinc.github.io/web-codebook/test-page/default/
MIT License
11 stars 5 forks source link

Make config option to hide codebook charts on initial load #198

Closed jwildfire closed 7 years ago

jwildfire commented 7 years ago

SDF request: "I wonder if the default should be to hide all graphs and then click on the ones you want. Most of our datasets have a lot of variables where we wouldn’t want to see the figures for all variables"

jwildfire commented 7 years ago

Modeled off config.controlVisibility. Added documentation to wiki. Thinking about making "minimized" the default. Thinking it will help load times as well since the charts wouldn't renderer until the user maximizes them.

jwildfire commented 7 years ago

Test Notes: Try the following settings in CAT, and make sure that charts minimize and maximize as described in wiki docs.

dschwentker commented 7 years ago

web-codebook confirmed to now default to showing the charts as minimized. Can toggle them to visible and then back to minimized using chartVisibility settings. Can also make the charts hidden completely.