Merge pull request #6111 from dobrakmato/patch-1

Fix typo in IBarChartAxis
This commit is contained in:
Masahiro Wakame
2015-10-06 22:36:20 +09:00
+1 -1
View File
@@ -182,7 +182,7 @@ declare module Chartist {
labelOffset?: {
x?: number;
y?: number;
},
};
showLabel?: boolean;
showGrid?: boolean;
labelInterpolationFnc?: Function;