Add bargap and bargroupgap to Layout for

This commit is contained in:
Mourad
2019-03-31 17:53:56 +02:00
committed by GitHub
parent 0341d2d082
commit c547a79a01

View File

@@ -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 {