mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fixed #8188
This commit is contained in:
Vendored
+3
-3
@@ -79,6 +79,8 @@ interface ChartOptions extends ChartSettings {
|
||||
scaleShowGridLines?: boolean;
|
||||
scaleGridLineColor?: string;
|
||||
scaleGridLineWidth?: number;
|
||||
scaleShowHorizontalLines?: boolean;
|
||||
scaleShowVerticalLines?: boolean;
|
||||
legendTemplate?: string;
|
||||
}
|
||||
|
||||
@@ -135,9 +137,7 @@ interface BarChartOptions extends ChartOptions {
|
||||
barShowStroke?: boolean;
|
||||
barStrokeWidth?: number;
|
||||
barValueSpacing?: number;
|
||||
barDatasetSpacing?: number;
|
||||
scaleShowHorizontalLines?: boolean;
|
||||
scaleShowVerticalLines?: boolean;
|
||||
barDatasetSpacing?: number;
|
||||
}
|
||||
|
||||
interface RadarChartOptions extends ChartSettings {
|
||||
|
||||
Reference in New Issue
Block a user