Skip to content

Commit 01635c2

Browse files
committed
fix(chartjs): add exportAs: 'cChart'
1 parent dd5e0ce commit 01635c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/coreui-angular-chartjs/src/lib/chartjs.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ let nextId = 0;
2828
@Component({
2929
selector: 'c-chart',
3030
templateUrl: './chartjs.component.html',
31-
styleUrls: ['./chartjs.component.scss']
31+
styleUrls: ['./chartjs.component.scss'],
32+
exportAs: 'cChart'
3233
})
3334
export class ChartjsComponent implements IChartjs, AfterViewInit, OnDestroy, OnChanges {
3435

0 commit comments

Comments
 (0)