mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-06 02:00:07 +00:00
Add bargap and bargroupgap to Layout for
This commit is contained in:
2
types/plotly.js/index.d.ts
vendored
2
types/plotly.js/index.d.ts
vendored
@@ -275,6 +275,8 @@ export interface Layout {
|
||||
font: Partial<Font>;
|
||||
scene: Partial<Scene>;
|
||||
barmode: "stack" | "group" | "overlay" | "relative";
|
||||
bargap: number;
|
||||
bargroupgap: number;
|
||||
}
|
||||
|
||||
export interface Legend extends Label {
|
||||
|
||||
Reference in New Issue
Block a user