Skip to content

Commit bd29fcb

Browse files
authored
type grouped option for bar chart (chartjs#10590)
1 parent d920371 commit bd29fcb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

types/index.d.ts

+6
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@ export interface BarControllerDatasetOptions
133133
* @default 'circle;
134134
*/
135135
pointStyle: PointStyle;
136+
137+
/**
138+
* Should the bars be grouped on index axis
139+
* @default true
140+
*/
141+
grouped: boolean;
136142
}
137143

138144
export interface BarControllerChartOptions {

0 commit comments

Comments
 (0)