mirror of
https://github.com/apache/superset.git
synced 2026-04-22 17:45:21 +00:00
Refactor around how visualizations/*.js are required (#913)
* Refactor around how visualizations/*.js are required * Reactifying FilterBox further * Fixing the auto-refresh on filtering events * Fixing preselected filters
This commit is contained in:
committed by
GitHub
parent
198226a39f
commit
e243a14c64
@@ -475,9 +475,6 @@ $(document).ready(function () {
|
||||
|
||||
initExploreView();
|
||||
|
||||
// Dynamically register this visualization
|
||||
px.registerViz(data.viz_name || 'table');
|
||||
|
||||
slice = px.Slice(data);
|
||||
|
||||
$('.slice').data('slice', slice);
|
||||
|
||||
Reference in New Issue
Block a user