• Returns a plot creator function for a specified plot type

    Parameters

    • PlotType: (new (id, options) => Plot<PlotOptions>)
        • new (id, options): Plot<PlotOptions>
        • Parameters

          • id: string | number
          • options: PlotOptions

          Returns Plot<PlotOptions>

    Returns PlotCreatorFunction

Generated using TypeDoc