qualpipe_webapp.frontend.page_config.BasePlotConfig#
- class qualpipe_webapp.frontend.page_config.BasePlotConfig(*, metric, plotType, title, subtitle=None)[source]#
Bases:
BaseModelShared configuration for plot types.
- 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].