From: Jacco van den Berg Date: Thu, 18 Aug 2022 06:16:13 +0000 (+0200) Subject: type grouped option for bar chart (#10590) X-Git-Tag: v4.0.0~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd29fcbf677f556df84883865f7f9f340705d26c;p=thirdparty%2FChart.js.git type grouped option for bar chart (#10590) --- diff --git a/types/index.d.ts b/types/index.d.ts index fa904455a..6f3eb79b3 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -133,6 +133,12 @@ export interface BarControllerDatasetOptions * @default 'circle; */ pointStyle: PointStyle; + + /** + * Should the bars be grouped on index axis + * @default true + */ + grouped: boolean; } export interface BarControllerChartOptions {