fix(dashboard): add electricity chart

This commit is contained in:
KostyaDanovsky 2017-07-14 18:55:38 +03:00
parent f3217ae80d
commit 93e567c46a
10 changed files with 295 additions and 57 deletions

2
src/typings.d.ts vendored
View file

@ -11,3 +11,5 @@ interface NodeModule {
}
declare var tinymce: any;
declare var echarts: any;