Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ChartBase
    • ChartStack

Index

Properties

id: number

The id props specifies the unique id for the given element in the schema. Used in the library to reference the element in the schema.

kind: stack

The kind of the chart. Always stack.

parent: number

The parent prop specifies which element is the parent for the current element. In case of null the element is top level element.

props?: ChartStackProps

The props defined the props that are directly passed to the chart element. The are not owerwriting the extra props that are added by the library.

Generated using TypeDoc