From fc9d13a249b12691d28ddba2f7a3c0464d103a98 Mon Sep 17 00:00:00 2001 From: Matej Kormuth Date: Sat, 3 Oct 2015 14:38:25 +0200 Subject: [PATCH] Fixes typo in IBarChartAxis --- chartist/chartist.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;