Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ColumnStackedSeries

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

  • new ColumnStackedSeries(x: (string | number)[], y: number[], name?: string, color?: string): ColumnStackedSeries
  • Parameters

    • x: (string | number)[]

      The data for the x-axis.

    • y: number[]

      The data for the y-axis.

    • Optional name: string

      The name of the series. Optional.

    • Optional color: string

      The color in which the series should be shown on a chart. Can be html/css colors or hex values. Optional.

    Returns ColumnStackedSeries

Properties

color

color: undefined | string

name

name: undefined | string

x

x: (string | number)[]

y

y: number[]

Methods

asDict

  • asDict(): {}
  • The dict representation of this object

    Returns {}

    dict representation of this object

    • [key: string]: string | number | boolean | {}[]

data

  • data(): {}[]

Generated using TypeDoc