plotly.js added side and overlaying, allowing multiple y-axis (#20467)

Values according official documentation.
This commit is contained in:
Günther Foidl
2017-10-11 15:49:41 -07:00
committed by Wesley Wigham
parent 5b6f5ef807
commit 2e172c9425
+2
View File
@@ -157,6 +157,8 @@ export interface Axis {
autotick: boolean;
zeroline: boolean;
autorange: boolean | 'reversed';
side: "top" | "bottom" | "left" | "right";
overlaying: "free" | "/^x([2-9]|[1-9][0-9]+)?$/" | "/^y([2-9]|[1-9][0-9]+)?$/";
}
export interface ShapeLine {