Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
jquery
flot
hooks
Interface hooks
Index
Properties
bindEvents
draw
drawBackground
drawOverlay
drawSeries
processDatapoints
processOffset
processOptions
processRawData
shutdown
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>
Globals
jquery
jquery.flot
axes
axis
axisOptions
barsOptions
canvasPoint
dataSeries
datapointFormat
datapoints
gradient
gridOptions
hooks
bindEvents
draw
drawBackground
drawOverlay
drawSeries
processDatapoints
processOffset
processOptions
processRawData
shutdown
interaction
item
legendOptions
linesOptions
plot
plotOptions
point
pointsOptions
seriesOptions
seriesTypeBase