Skip to content

Commit dc5965e

Browse files
authored
load tabular data files for chart cells (#355)
1 parent 5b13dcd commit dc5965e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/table.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ export const __query = Object.assign(
169169

170170
export async function loadDataSource(source, mode, name) {
171171
switch (mode) {
172+
case "chart":
172173
case "table": return loadTableDataSource(source, name);
173174
case "sql": return loadSqlDataSource(source, name);
174175
}

0 commit comments

Comments
 (0)