We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32345ec + 9f28e02 commit bd269caCopy full SHA for bd269ca
chartjs/chart.d.ts
@@ -79,6 +79,8 @@ interface ChartOptions extends ChartSettings {
79
scaleShowGridLines?: boolean;
80
scaleGridLineColor?: string;
81
scaleGridLineWidth?: number;
82
+ scaleShowHorizontalLines?: boolean;
83
+ scaleShowVerticalLines?: boolean;
84
legendTemplate?: string;
85
}
86
@@ -135,9 +137,7 @@ interface BarChartOptions extends ChartOptions {
135
137
barShowStroke?: boolean;
136
138
barStrokeWidth?: number;
139
barValueSpacing?: number;
- barDatasetSpacing?: number;
- scaleShowHorizontalLines?: boolean;
140
- scaleShowVerticalLines?: boolean;
+ barDatasetSpacing?: number;
141
142
143
interface RadarChartOptions extends ChartSettings {
0 commit comments