mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-21 21:40:49 +02:00
fix(pages): charts data displaying
This commit is contained in:
parent
e0aa17bbd0
commit
38996f9dfd
3 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,7 @@ import { ElectricityChart } from '../../../../@core/data/electricity';
|
|||
template: `
|
||||
<div echarts
|
||||
[options]="option"
|
||||
[merge]="option"
|
||||
class="echart"
|
||||
(chartInit)="onChartInit($event)">
|
||||
</div>
|
||||
|
|
|
@ -11,6 +11,7 @@ import { LayoutService } from '../../../../@core/utils/layout.service';
|
|||
template: `
|
||||
<div echarts
|
||||
[options]="option"
|
||||
[merge]="option"
|
||||
class="echart"
|
||||
(chartInit)="onChartInit($event)">
|
||||
</div>
|
||||
|
|
|
@ -10,6 +10,7 @@ import { OutlineData } from '../../../../@core/data/visitors-analytics';
|
|||
template: `
|
||||
<div echarts
|
||||
[options]="option"
|
||||
[merge]="option"
|
||||
class="echart"
|
||||
(chartInit)="onChartInit($event)">
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue