Type alias GraphTypePlotter

GraphTypePlotter: ((selection: Selection<any, FunctionPlotDatum, any, any>) => any)

Type declaration

    • (selection: Selection<any, FunctionPlotDatum, any, any>): any
    • GraphTypeBuilder is the returned Plotter instance, this function is called every time there's an update in the canvas, it corresponds to the my function described in detail in https://bost.ocks.org/mike/chart/

      Parameters

      Returns any

Generated using TypeDoc