This commit is contained in:
Kane 2024-03-19 01:04:10 -03:00 committed by GitHub
commit ded23de21d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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

@ -17,5 +17,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

@ -31,7 +31,7 @@
padding-right: 0.25rem;
}
ngx-stats-ares-chart {
ngx-stats-area-chart {
flex: 1;
position: relative;