qualpipe_webapp.frontend.page_config.Histogram1DConfig#
- class qualpipe_webapp.frontend.page_config.Histogram1DConfig(*, metric, plotType, title, subtitle=None, x, y, bins=None, marks=None)[source]#
Bases:
BasePlotConfigConfiguration for 1D histogram plots.
- Parameters:
- marks: HistogramBarConfig | None#
- model_config = {'extra': 'forbid', 'populate_by_name': True, 'validate_by_alias': True, 'validate_by_name': True}#
Configuration for the model, should be a dictionary conforming to [
ConfigDict][pydantic.config.ConfigDict].
- plot_type: Literal['histogram1d']#