Options
All
  • Public
  • Public/Protected
  • All
Menu

Class for a combined chart. It is possible to combine more than 2 types of chart but there can only be two value axes."""

Hierarchy

Index

Constructors

constructor

Properties

charts

charts: Chart[]

name

name: string

options

options: undefined | ChartOptions

secondaryCharts

secondaryCharts: undefined | Chart[]

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

getModifiedChartDicts

  • getModifiedChartDicts(): object[]
  • Replace the y-axis with the y2-axis for the secondary charts. Add the dict representation for each chart to a list and return that list.

    Returns object[]

    list containing the dict representation for each chart, after processing

Generated using TypeDoc