Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type Aliases

Type Aliases

ChartExtender: (<TWidget>(this: TWidget) => void)

Type declaration

    • <TWidget>(this: TWidget): void
    • The type of the chart extender. It is invoked when the chart is created and lets you modify the chart by using the chart.js API. The current chart widget is passed as the this context. To modify the chart configuration, mutate the this.cfg.config object.

      Type Parameters

      Parameters

      • this: TWidget

      Returns void

Generated using TypeDoc