Skip to content

Data Table Support in GraphWidgetType #550

@Laxenade

Description

@Laxenade

Feature scope

Custom

Describe your suggested feature

It looks like the data table type is missing from GraphWidgetType. I'm not sure if the data table is a recent widget that CW added or if there hasn't been a use case for it.

export enum GraphWidgetType {
BAR = "Bar",
LINE = "Line",
PIE = "Pie",
SINGLE_VALUE = "SingleValue",
STACKED_AREA = "StackedArea",
}

It doesn't seem to be too hard to add. I can probably do a PR. I just wanted to confirm the scope first.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions