@if (series.length) {
@if (showHeader) {
{{ title }}
@if (showPopup || !options?.header?.hideTableDetails || !options?.header?.hideExpand) {
@if (!options?.header?.hideTableDetails) { } @if (!options?.header?.hideExpand) { } @if (showPopup) { }
}
} @if (options?.descriptionChart) {
{{ options.descriptionChart }}
}
}