mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-22 05:50:48 +02: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';
|
||||
|
||||
@Component({
|
||||
selector: 'ngx-stats-ares-chart',
|
||||
selector: 'ngx-stats-area-chart',
|
||||
styleUrls: ['stats-card-back.component.scss'],
|
||||
template: `
|
||||
<div echarts [options]="option"
|
||||
|
|
|
@ -23,5 +23,5 @@
|
|||
</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>
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
ngx-stats-ares-chart {
|
||||
ngx-stats-area-chart {
|
||||
flex: 1;
|
||||
position: relative;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue