Variable graphTypes

graphTypes: {
    interval: ((chart: Chart) => ((selection: Selection<any, FunctionPlotDatum, any, any>) => void));
    polyline: ((chart: Chart) => ((selection: Selection<any, FunctionPlotDatum, any, any>) => void));
    scatter: ((chart: Chart) => ((selection: Selection<any, FunctionPlotDatum, any, any>) => void));
}

Type declaration

Generated using TypeDoc