mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-23 02:40:14 +01:00
feat(dashboard): add solar component
This commit is contained in:
parent
d398290df2
commit
f3217ae80d
4 changed files with 202 additions and 1 deletions
|
|
@ -48,7 +48,9 @@
|
|||
<div class="col-lg-3">
|
||||
<nga-card size="xsmall">
|
||||
<nga-card-header>Solar Energy Consumption</nga-card-header>
|
||||
<nga-card-body></nga-card-body>
|
||||
<nga-card-body>
|
||||
<ngx-solar [chartValue]="72"></ngx-solar>
|
||||
</nga-card-body>
|
||||
</nga-card>
|
||||
|
||||
<ngx-team></ngx-team>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue