starting with charts

This commit is contained in:
nixa 2016-05-03 14:33:28 +03:00
parent 6445388f76
commit 0c416a6d3e
13 changed files with 224 additions and 30 deletions

View file

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