mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2025-12-29 21:39:31 +00:00
MikroWizard Initial commit | MikroFront Welcome to the world :)
This commit is contained in:
commit
b97aec6b97
203 changed files with 41097 additions and 0 deletions
56
src/app/views/widgets/widgets-e/widgets-e.component.html
Normal file
56
src/app/views/widgets/widgets-e/widgets-e.component.html
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
<c-row>
|
||||
<c-col xl="2" lg="4" sm="6">
|
||||
<c-widget-stat-e
|
||||
[title]="'title'"
|
||||
[value]="'1,123'"
|
||||
class="mb-4"
|
||||
>
|
||||
<c-chart [data]="data[0]" [options]="barOptions" class="mx-auto" height="40" width="80"></c-chart>
|
||||
</c-widget-stat-e>
|
||||
</c-col>
|
||||
<c-col xl="2" lg="4" sm="6">
|
||||
<c-widget-stat-e
|
||||
[title]="'title'"
|
||||
[value]="'1,123'"
|
||||
class="mb-4"
|
||||
>
|
||||
<c-chart [data]="data[1]" [options]="barOptions" class="mx-auto" height="40" width="80"></c-chart>
|
||||
</c-widget-stat-e>
|
||||
</c-col>
|
||||
<c-col xl="2" lg="4" sm="6">
|
||||
<c-widget-stat-e
|
||||
[title]="'title'"
|
||||
[value]="'1,123'"
|
||||
class="mb-4"
|
||||
>
|
||||
<c-chart [data]="data[2]" [options]="barOptions" class="mx-auto" height="40" width="80"></c-chart>
|
||||
</c-widget-stat-e>
|
||||
</c-col>
|
||||
<c-col xl="2" lg="4" sm="6">
|
||||
<c-widget-stat-e
|
||||
[title]="'title'"
|
||||
[value]="'1,123'"
|
||||
class="mb-4"
|
||||
>
|
||||
<c-chart [data]="data[3]" [options]="lineOptions" class="mx-auto" height="40" type="line" width="80"></c-chart>
|
||||
</c-widget-stat-e>
|
||||
</c-col>
|
||||
<c-col xl="2" lg="4" sm="6">
|
||||
<c-widget-stat-e
|
||||
[title]="'title'"
|
||||
[value]="'1,123'"
|
||||
class="mb-4"
|
||||
>
|
||||
<c-chart [data]="data[4]" [options]="lineOptions" class="mx-auto" height="40" type="line" width="80"></c-chart>
|
||||
</c-widget-stat-e>
|
||||
</c-col>
|
||||
<c-col xl="2" lg="4" sm="6">
|
||||
<c-widget-stat-e
|
||||
[title]="'title'"
|
||||
[value]="'1,123'"
|
||||
class="mb-4"
|
||||
>
|
||||
<c-chart [data]="data[5]" [options]="lineOptions" class="mx-auto" height="40" type="line" width="80"></c-chart>
|
||||
</c-widget-stat-e>
|
||||
</c-col>
|
||||
</c-row>
|
||||
Loading…
Add table
Add a link
Reference in a new issue