component
Component ¶
Bases: PyCelonisBaseModel
Class for view components.
type_
class-attribute
instance-attribute
¶
Type of component (e.g. table).
settings
class-attribute
instance-attribute
¶
Settings of component.
get_query ¶
get_columns ¶
Returns all columns of component including dimensions and kpis.
Returns:
-
List[PQLColumn]–List of PQLColumns.
get_filters ¶
get_order_by_columns ¶
Returns order by columns of component.
Returns:
-
List[OrderByColumn]–Order by columns of component.
DataComponent ¶
Bases: Component, ABC
Component that displays data.
type_
class-attribute
instance-attribute
¶
Type of component (e.g. table).
settings
class-attribute
instance-attribute
¶
Settings of component.
get_columns ¶
Returns all columns of component including dimensions and kpis.
Returns:
-
List[PQLColumn]–List of PQLColumns.
get_filters ¶
get_order_by_columns ¶
KpiList ¶
Bases: DataComponent
Class for KPI List components.
type_
class-attribute
instance-attribute
¶
Type of component (e.g. table).
settings
class-attribute
instance-attribute
¶
Settings of component.
get_query ¶
get_columns ¶
Returns all columns of component including dimensions and kpis.
Returns:
-
List[PQLColumn]–List of PQLColumns.
get_filters ¶
get_order_by_columns ¶
KpiCard ¶
Bases: DataComponent
Class for Kpi Card components.
type_
class-attribute
instance-attribute
¶
Type of component (e.g. table).
settings
class-attribute
instance-attribute
¶
Settings of component.
get_query ¶
get_columns ¶
Returns all columns of component including dimensions and kpis.
Returns:
-
List[PQLColumn]–List of PQLColumns.
get_filters ¶
get_order_by_columns ¶
Table ¶
Bases: DataComponent
Class for table components.
type_
class-attribute
instance-attribute
¶
Type of component (e.g. table).
settings
class-attribute
instance-attribute
¶
Settings of component.
get_order_by_columns ¶
Returns order by columns of component.
Returns:
-
List[OrderByColumn]–Order by columns of component.
get_query ¶
Waterfall ¶
Bases: DataComponent
Class for Waterfall charts.
type_
class-attribute
instance-attribute
¶
Type of component (e.g. table).
settings
class-attribute
instance-attribute
¶
Settings of component.
get_query ¶
get_columns ¶
Returns all columns of component including dimensions and kpis.
Returns:
-
List[PQLColumn]–List of PQLColumns.
get_filters ¶
get_order_by_columns ¶
BarChart ¶
Bases: DataComponent
Class for Bar charts.
type_
class-attribute
instance-attribute
¶
Type of component (e.g. table).
settings
class-attribute
instance-attribute
¶
Settings of component.
get_query ¶
get_columns ¶
Returns all columns of component including dimensions and kpis.
Returns:
-
List[PQLColumn]–List of PQLColumns.
get_filters ¶
get_order_by_columns ¶
PieChart ¶
Bases: DataComponent
Class for Pie charts.
type_
class-attribute
instance-attribute
¶
Type of component (e.g. table).
settings
class-attribute
instance-attribute
¶
Settings of component.
get_query ¶
get_columns ¶
Returns all columns of component including dimensions and kpis.
Returns:
-
List[PQLColumn]–List of PQLColumns.
get_filters ¶
get_order_by_columns ¶
Treemap ¶
Bases: DataComponent
Class for Treemap charts.
type_
class-attribute
instance-attribute
¶
Type of component (e.g. table).
settings
class-attribute
instance-attribute
¶
Settings of component.
get_query ¶
get_columns ¶
Returns all columns of component including dimensions and kpis.
Returns:
-
List[PQLColumn]–List of PQLColumns.
get_filters ¶
get_order_by_columns ¶
StackedBarChart ¶
Bases: DataComponent
Class for Stacked Bar charts.
type_
class-attribute
instance-attribute
¶
Type of component (e.g. table).
settings
class-attribute
instance-attribute
¶
Settings of component.
get_query ¶
get_columns ¶
Returns all columns of component including dimensions and kpis.
Returns:
-
List[PQLColumn]–List of PQLColumns.
get_filters ¶
get_order_by_columns ¶
GroupedBarChart ¶
Bases: DataComponent
Class for Grouped Bar charts.
type_
class-attribute
instance-attribute
¶
Type of component (e.g. table).
settings
class-attribute
instance-attribute
¶
Settings of component.
get_query ¶
get_columns ¶
Returns all columns of component including dimensions and kpis.
Returns:
-
List[PQLColumn]–List of PQLColumns.
get_filters ¶
get_order_by_columns ¶
BarPointsChart ¶
Bases: DataComponent
Class for Bar Points charts.
type_
class-attribute
instance-attribute
¶
Type of component (e.g. table).
settings
class-attribute
instance-attribute
¶
Settings of component.
get_query ¶
get_columns ¶
Returns all columns of component including dimensions and kpis.
Returns:
-
List[PQLColumn]–List of PQLColumns.
get_filters ¶
get_order_by_columns ¶
Scatterplot ¶
Bases: DataComponent
Class for Scatterplot charts.
type_
class-attribute
instance-attribute
¶
Type of component (e.g. table).
settings
class-attribute
instance-attribute
¶
Settings of component.
get_query ¶
get_columns ¶
Returns all columns of component including dimensions and kpis.
Returns:
-
List[PQLColumn]–List of PQLColumns.
get_filters ¶
get_order_by_columns ¶
LineChart ¶
Bases: DataComponent
Class for Line charts.
type_
class-attribute
instance-attribute
¶
Type of component (e.g. table).
settings
class-attribute
instance-attribute
¶
Settings of component.
get_query ¶
get_columns ¶
Returns all columns of component including dimensions and kpis.
Returns:
-
List[PQLColumn]–List of PQLColumns.
get_filters ¶
get_order_by_columns ¶
ColumnsChart ¶
Bases: DataComponent
Class for Columns charts.
type_
class-attribute
instance-attribute
¶
Type of component (e.g. table).
settings
class-attribute
instance-attribute
¶
Settings of component.
get_query ¶
get_columns ¶
Returns all columns of component including dimensions and kpis.
Returns:
-
List[PQLColumn]–List of PQLColumns.
get_filters ¶
get_order_by_columns ¶
GroupedColumnsChart ¶
Bases: DataComponent
Class for Grouped Columns charts.
type_
class-attribute
instance-attribute
¶
Type of component (e.g. table).
settings
class-attribute
instance-attribute
¶
Settings of component.
get_query ¶
get_columns ¶
Returns all columns of component including dimensions and kpis.
Returns:
-
List[PQLColumn]–List of PQLColumns.
get_filters ¶
get_order_by_columns ¶
ColumnsLineChart ¶
Bases: DataComponent
Class for Columns Line charts.
type_
class-attribute
instance-attribute
¶
Type of component (e.g. table).
settings
class-attribute
instance-attribute
¶
Settings of component.
get_query ¶
get_columns ¶
Returns all columns of component including dimensions and kpis.
Returns:
-
List[PQLColumn]–List of PQLColumns.
get_filters ¶
get_order_by_columns ¶
StackedColumnsChart ¶
Bases: DataComponent
Class for Stacked Columns charts.
type_
class-attribute
instance-attribute
¶
Type of component (e.g. table).
settings
class-attribute
instance-attribute
¶
Settings of component.
get_query ¶
get_columns ¶
Returns all columns of component including dimensions and kpis.
Returns:
-
List[PQLColumn]–List of PQLColumns.
get_filters ¶
get_order_by_columns ¶
Histogram ¶
Bases: DataComponent
Class for Histogram charts.
type_
class-attribute
instance-attribute
¶
Type of component (e.g. table).
settings
class-attribute
instance-attribute
¶
Settings of component.
get_query ¶
get_columns ¶
Returns all columns of component including dimensions and kpis.
Returns:
-
List[PQLColumn]–List of PQLColumns.
get_filters ¶
get_order_by_columns ¶
WorldMap ¶
Bases: DataComponent
Class for World Map charts.
type_
class-attribute
instance-attribute
¶
Type of component (e.g. table).
settings
class-attribute
instance-attribute
¶
Settings of component.
get_query ¶
get_columns ¶
Returns all columns of component including dimensions and kpis.
Returns:
-
List[PQLColumn]–List of PQLColumns.
get_filters ¶
get_order_by_columns ¶
Sankey ¶
Bases: DataComponent
Class for Sankey charts.
type_
class-attribute
instance-attribute
¶
Type of component (e.g. table).
settings
class-attribute
instance-attribute
¶
Settings of component.
get_query ¶
get_columns ¶
Returns all columns of component including dimensions and kpis.
Returns:
-
List[PQLColumn]–List of PQLColumns.