chartist component

This commit is contained in:
nixa 2016-05-03 19:33:39 +03:00
parent 8b0015679b
commit 36288562e6
5 changed files with 282 additions and 56 deletions

View file

@ -34,6 +34,7 @@ declare var GoogleMapsLoader:any;
declare var L:any;
declare var AmCharts:any;
declare var Chart:any;
declare var Chartist:any;
// Extra variables that live on Global that will be replaced by webpack DefinePlugin
declare var ENV: string;