@shikshalokam/sl-reports
Version:
Library to integrate questionnaire in SL Projects
18 lines (16 loc) • 505 B
HTML
<div *ngIf="barChartData" class="graph-filters"
<div *ngIf="data?.chart?.data" class="bar-chart-wrapper">
<canvas
baseChart
[]="barChartData"
[]="barChartLabels"
[]="barChartOptions"
[]="barChartType"
[]="barChartLegend"
[]="barChartPlugins"
[]="chartColors"
></canvas>
</div>
<div *ngIf="!data?.chart?.data" class="errorMsg">No data found</div>
</div>