mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
Merge 8a414c69e5 into 06776d15c4
This commit is contained in:
commit
ded23de21d
3 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ import { NbThemeService } from '@nebular/theme';
|
||||||
import { LayoutService } from '../../../../@core/utils';
|
import { LayoutService } from '../../../../@core/utils';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ngx-stats-ares-chart',
|
selector: 'ngx-stats-area-chart',
|
||||||
styleUrls: ['stats-card-back.component.scss'],
|
styleUrls: ['stats-card-back.component.scss'],
|
||||||
template: `
|
template: `
|
||||||
<div echarts [options]="option"
|
<div echarts [options]="option"
|
||||||
|
|
|
||||||
|
|
@ -17,5 +17,5 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ngx-stats-ares-chart [points]="chartData"></ngx-stats-ares-chart>
|
<ngx-stats-area-chart [points]="chartData"></ngx-stats-area-chart>
|
||||||
</nb-card-body>
|
</nb-card-body>
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
padding-right: 0.25rem;
|
padding-right: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
ngx-stats-ares-chart {
|
ngx-stats-area-chart {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue