Options
All
  • Public
  • Public/Protected
  • All
Menu

The ChartFunctions object should hold all the function that are used in the chart and are customizable. Each key is a category and each value is an object with the 'name' as the key and value as the function. The 'name' is then used to reference the function in the code.

Hierarchy

  • ChartFunctions

Index

Properties

axisFormat?: Record<string, ChartAxisFormatFunction>

The axisFormat contains the name: function pairs for formatting the axis tick lables.

dataComponent?: Record<string, ChartDataComponentFunction>

The dataComponent contains the name: function pairs for deciding which component to use.

labelFormat?: Record<string, ChartLabelFormatFunction>

The axisFormat contains the name: function pairs for formatting the tooltip and other labels.

onClick?: Record<string, ChartOnClickFunction>

The onClick contains the name: function pairs for the onClick even in the chart.

style?: Record<string, ChartStyleFunction>

The style key contains the name: function pairs for various styling functions.

tooltipComponent?: Record<string, ChartTooltipComponentFunction>

The tooltipComponent contains the name: function pairs for rendereing the tooltip on hover.

Generated using TypeDoc