Type alias DrawCallback

DrawCallback: ((svgChart, groupNode) => void)

Type declaration

    • (svgChart, groupNode): void
    • Callback function that is getting called at a specific point during the chart drawing.

      Parameters

      • svgChart: SvgChart
      • groupNode: SVGElement

      Returns void

Generated using TypeDoc