Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ChartBase
    • ChartGroup

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: group

The kind of the chart. Always group.

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?: ChartGroupProps

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.

template?: number

The template prop references the ID of an element (BaseChart) that will be used as the template for the chart. This can be used for generating variable amouth of charts (like grouped bar charts) from the passed data set.

see

BaseChart

see

ChartData

Generated using TypeDoc