Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ColumnStackedPercentChart

Class for a stacked column chart with the x-axis expressed in percentage

Hierarchy

  • Chart
    • ColumnStackedPercentChart

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

columns

name

name: string

options

options: undefined | ChartOptions

Methods

asDict

  • asDict(): {}

availableTags

  • availableTags(): Set<string>

getDict

  • getDict(updates: {}): {}
  • Update the given dict with the chart options and return the result.

    Parameters

    • updates: {}

      the dict that needs to be updated with the chart options

      • [key: string]: unknown

    Returns {}

    the input dict, updated with the chart options

Generated using TypeDoc