+
${this.renderSecondaryControls()}
+
+ ${!(Object.keys(this.summaries).length || + this.latestLoadPromises.size)? + html`
+ Select a model or interpreter to show attributions. + Attributions are calculated from the entire dataset by + default, but can also be calculated for the selection + or any facets of the entire dataset. Faceting of + selections is not supported. +
`: null} + ${Object.entries(this.summaries) + .sort() + .map(([facet, summary]) => html` +
+ + ${this.renderTable(summary)} + +
`)} + ${this.latestLoadPromises.size ? + html` + `: null} +
+