mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-07 09:49:07 +00:00
plotly.js added side and overlaying, allowing multiple y-axis (#20467)
Values according official documentation.
This commit is contained in:
committed by
Wesley Wigham
parent
5b6f5ef807
commit
2e172c9425
Vendored
+2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user