New graph types added (not all working unfortunately), new section added for table views and probably a lot of messy code too!
This commit is contained in:
parent
6649888876
commit
68cf9ee049
15 changed files with 368 additions and 26 deletions
6
src/app/dashboard/new-section.component.html
Normal file
6
src/app/dashboard/new-section.component.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<div class="animated fadeIn">
|
||||
<div class="row">
|
||||
<h1>Hello World!</h1>
|
||||
</div><!--/.row-->
|
||||
</div>
|
||||
|
Reference in a new issue