update jquery.flot.d.ts

This commit is contained in:
ryiwamoto
2015-02-02 21:35:51 +09:00
parent 76b96d4775
commit 0a7d1f04b0
+3
View File
@@ -193,6 +193,7 @@ declare module jquery.flot {
}
interface axis extends axisOptions {
options: axisOptions;
p2c(point: point):canvasPoint;
c2p(canvasPoint: canvasPoint):point;
}
@@ -213,6 +214,8 @@ declare module jquery.flot {
shutdown(): void;
getData(): dataSeries[];
getAxes(): axes;
getXAxes(): axis[];
getYAxes(): axis[];
getPlaceholder(): JQuery;
getCanvas(): HTMLCanvasElement;
getPlotOffset(): canvasPoint;