qualpipe_webapp.frontend.page_config.ScatterPlotConfig#
- class qualpipe_webapp.frontend.page_config.ScatterPlotConfig(*, metric, plotType, title, subtitle=None, x, y, marks=None, line=None)[source]#
Bases:
BasePlotConfigConfiguration for scatter plots.
- Parameters:
- marks: ScatterMarksConfig | 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['scatterplot']#