qualpipe_webapp.frontend.page_config.BasePlotConfig#

class qualpipe_webapp.frontend.page_config.BasePlotConfig(*, metric, plotType, title, subtitle=None)[source]#

Bases: BaseModel

Shared configuration for plot types.

Parameters:
  • metric (str)

  • plotType (str)

  • title (str)

  • subtitle (str | None)

metric: str#
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: str#
subtitle: str | None#
title: str#