Change spaces with tab

This commit is contained in:
Mourad
2019-03-31 19:11:03 +02:00
committed by GitHub
parent c547a79a01
commit b97c32ebc8

View File

@@ -275,8 +275,8 @@ export interface Layout {
font: Partial<Font>;
scene: Partial<Scene>;
barmode: "stack" | "group" | "overlay" | "relative";
bargap: number;
bargroupgap: number;
bargap: number;
bargroupgap: number;
}
export interface Legend extends Label {