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: BasePlotConfig

Configuration for 1D histogram plots.

Parameters:
bins: int | None#
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']#
x: HistogramAxisConfig#
y: HistogramAxisConfig#