mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
Introducing a caching layer
This commit is contained in:
@@ -78,7 +78,7 @@ function wordCloudChart(slice) {
|
||||
return d.text;
|
||||
});
|
||||
}
|
||||
slice.done(data);
|
||||
slice.done(json);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user