We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the dataset preview page with more data analysis plots.
(Notes from our initial pass at this are in issue #209, in particular some ui ideas are here #209 (comment) )
The text was updated successfully, but these errors were encountered:
All changes can be seen on the data-preview branch.
A list of the new components / changes to existing components is as follows:
DatasetTabbed : Contains 3 tabs.
DataStats component :
PlotlyBarPlot : uses histogram count method to generate histograms, can be updated to any other custom function (see example usage in sample tab)
PlotlyBoxPlot : customized to stack one or more box plots (see example usage in sample tab)
PlotlyStackedBarPlot : stacked histogram plot (see example usage in sample tab)
Sorry, something went wrong.
lacava
nupurbaghel
No branches or pull requests
Update the dataset preview page with more data analysis plots.
(Notes from our initial pass at this are in issue #209, in particular some ui ideas are here #209 (comment) )
The text was updated successfully, but these errors were encountered: