()
| 105 | } |
| 106 | |
| 107 | getDataContent() { |
| 108 | return this.explorer && this.explorer.state.dataContent && this.explorer.state.dataContent.data; |
| 109 | } |
| 110 | |
| 111 | load(data: DataFile | object[], getPartialInsight: (columns: SandDance.types.Column[]) => Partial<SandDance.specs.Insight>, snapshots: SandDance.types.Snapshot[], tooltipExclusions: string[]) { |
| 112 | const wasLoaded = this.state.loaded; |