@if(chartData && chartOptions){
{{ chartTitle }}
@if(subHeading) {
{{ subHeading }}
}
@if(chartType === 'area') { } @else { }
}