mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 09:01:45 +08:00
Fixed accidental missing optional markers
Also added the noop function to the Static Chartist
This commit is contained in:
6
chartist/chartist.d.ts
vendored
6
chartist/chartist.d.ts
vendored
@@ -10,6 +10,7 @@ declare module Chartist {
|
||||
Line: IChartistLineChart;
|
||||
|
||||
Svg: any;
|
||||
noop: Function;
|
||||
}
|
||||
|
||||
interface IResponsiveOptionTuple<T extends IChartOptions> extends Array<string | T> {
|
||||
@@ -185,8 +186,8 @@ declare module Chartist {
|
||||
showLabel?: boolean;
|
||||
showGrid?: boolean;
|
||||
labelInterpolationFnc?: Function;
|
||||
scaleMinSpace: number;
|
||||
onlyInteger: boolean;
|
||||
scaleMinSpace?: number;
|
||||
onlyInteger?: boolean;
|
||||
}
|
||||
|
||||
interface IBarChartClasses {
|
||||
@@ -241,7 +242,6 @@ declare module Chartist {
|
||||
interface ILineChartYAxis extends ILineChartAxis {
|
||||
scaleMinSpace?: number;
|
||||
onlyInteger?: boolean;
|
||||
|
||||
}
|
||||
|
||||
// TODO: Finish documenting all of the defaults
|
||||
|
||||
Reference in New Issue
Block a user