Merge pull request #18184 from gnestor/plotly.js

Add declaration for Plotly.Plots
This commit is contained in:
Wesley Wigham
2017-07-18 13:41:01 -07:00
committed by GitHub
+2
View File
@@ -14,6 +14,8 @@ export interface StaticPlots {
resize(root: Root): void;
}
export const Plots: StaticPlots;
export interface Point {
x: number;
y: number;