Type alias FocusedValueCallback

FocusedValueCallback: ((serie, serieIndex, dataIndex) => string)

Type declaration

    • (serie, serieIndex, dataIndex): string
    • Callback function that needs to return the HTML string to display when an item received focus.

      Parameters

      Returns string

Generated using TypeDoc