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: `
|
template: `
|
||||||
<div echarts
|
<div echarts
|
||||||
[options]="option"
|
[options]="option"
|
||||||
|
[merge]="option"
|
||||||
class="echart"
|
class="echart"
|
||||||
(chartInit)="onChartInit($event)">
|
(chartInit)="onChartInit($event)">
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -11,6 +11,7 @@ import { LayoutService } from '../../../../@core/utils/layout.service';
|
||||||
template: `
|
template: `
|
||||||
<div echarts
|
<div echarts
|
||||||
[options]="option"
|
[options]="option"
|
||||||
|
[merge]="option"
|
||||||
class="echart"
|
class="echart"
|
||||||
(chartInit)="onChartInit($event)">
|
(chartInit)="onChartInit($event)">
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -10,6 +10,7 @@ import { OutlineData } from '../../../../@core/data/visitors-analytics';
|
||||||
template: `
|
template: `
|
||||||
<div echarts
|
<div echarts
|
||||||
[options]="option"
|
[options]="option"
|
||||||
|
[merge]="option"
|
||||||
class="echart"
|
class="echart"
|
||||||
(chartInit)="onChartInit($event)">
|
(chartInit)="onChartInit($event)">
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue