The kind of the chart. Always group
.
The parent prop specifies which element is the parent for the
current element. In case of null
the element is top level element.
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.
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.
Generated using TypeDoc
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.