Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ChartInterface

Index

Properties

dataState: [ChartData, ((data: ChartData) => void)]

A basic react useState() hook return, containing the data.

Defines a state, containing the data. This allows in certain situations the library to update the data. The function can be passed as () => {} in cases where the charting library does not needs to update the data.

functions: ChartFunctions

Defines all the functions, that the library will use.

Defines the complete schema for the chart.

Generated using TypeDoc