diff --git a/chartist/chartist.d.ts b/chartist/chartist.d.ts index a4419eb4d..9381aaff0 100644 --- a/chartist/chartist.d.ts +++ b/chartist/chartist.d.ts @@ -182,7 +182,7 @@ declare module Chartist { labelOffset?: { x?: number; y?: number; - }, + }; showLabel?: boolean; showGrid?: boolean; labelInterpolationFnc?: Function;