@if (hasPeriod()) {
}
@if (!table()) {
Select a data source to begin exploring.
} @else {
@for (cell of cells(); track cell.id) {
Moving {{ cell.title || defaultTitleFor(cell.kind) }}…
@switch (cell.kind) { @case ('line') { } @case ('bar') { } @case ('scatter') { } @case ('histogram') { } @case ('table') { } } @if (isChart(cell)) { }
} @if (cells().length === 0) {
No cells. Add one with the toolbar below.
}
Add cell
}