Interface hooks

Index

Properties

Properties

public bindEvents: Array<(plot: jquery.flot.plot, eventHolder: JQuery) => void>

public draw: Array<(plot: jquery.flot.plot, context: CanvasRenderingContext2D) => void>

public drawBackground: Array<(plot: jquery.flot.plot, context: CanvasRenderingContext2D) => void>

public drawOverlay: Array<(plot: jquery.flot.plot, context: CanvasRenderingContext2D) => void>

public drawSeries: Array<(plot: jquery.flot.plot, context: CanvasRenderingContext2D, series: jquery.flot.dataSeries) => void>

public processDatapoints: Array<(plot: jquery.flot.plot, series: jquery.flot.dataSeries, datapoints: jquery.flot.datapoints) => void>

public processOffset: Array<(plot: jquery.flot.plot, offset: jquery.flot.canvasPoint) => void>

public processOptions: Array<(plot: jquery.flot.plot, options: jquery.flot.plotOptions) => void>

public processRawData: Array<(plot: jquery.flot.plot, series: jquery.flot.dataSeries, data: any[], datapoints: jquery.flot.datapoints) => void>

public shutdown: Array<(plot: jquery.flot.plot, eventHolder: JQuery) => void>