Fixes typo in IBarChartAxis

This commit is contained in:
Matej Kormuth
2015-10-03 14:38:25 +02:00
parent 98d3168c2c
commit fc9d13a249
+1 -1
View File
@@ -182,7 +182,7 @@ declare module Chartist {
labelOffset?: {
x?: number;
y?: number;
},
};
showLabel?: boolean;
showGrid?: boolean;
labelInterpolationFnc?: Function;