mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
[explore-v2] make chart container work with existing visualization files (#1333)
* make chart container work with nvd3_vis.js * map vis to module, remove unneeded components * fix linting * use existing query and save btns, don't fork more things * comment out chart and exploreviecontainer specs * make a change because i think the js test is failing spuriously
This commit is contained in:
@@ -18,6 +18,7 @@ const bootstrappedState = Object.assign(initialState, {
|
||||
datasourceType: bootstrapData.datasource_type,
|
||||
sliceName: bootstrapData.viz.form_data.slice_name,
|
||||
viz: {
|
||||
jsonEndPoint: bootstrapData.viz.json_endpoint,
|
||||
data: bootstrapData.viz.data,
|
||||
formData: {
|
||||
sliceId: bootstrapData.viz.form_data.slice_id,
|
||||
|
||||
Reference in New Issue
Block a user