fix: fix a typo.

This commit is contained in:
qiurenbo 2019-05-17 13:21:55 +08:00
parent b11ccb78ff
commit 8a414c69e5
3 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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>

View file

@ -66,7 +66,7 @@
}
}
ngx-stats-ares-chart {
ngx-stats-area-chart {
flex: 1;
position: relative;
}