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 {