mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
fix: fix a typo.
This commit is contained in:
parent
b11ccb78ff
commit
8a414c69e5
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"
|
||||||
|
|
|
||||||
|
|
@ -23,5 +23,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>
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
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