From c547a79a01205fe61ee2fd086e95e288699bc757 Mon Sep 17 00:00:00 2001 From: Mourad Date: Sun, 31 Mar 2019 17:53:56 +0200 Subject: [PATCH] Add bargap and bargroupgap to Layout for --- types/plotly.js/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/plotly.js/index.d.ts b/types/plotly.js/index.d.ts index 8e5622bdef..d402f3493d 100644 --- a/types/plotly.js/index.d.ts +++ b/types/plotly.js/index.d.ts @@ -275,6 +275,8 @@ export interface Layout { font: Partial; scene: Partial; barmode: "stack" | "group" | "overlay" | "relative"; + bargap: number; + bargroupgap: number; } export interface Legend extends Label {