[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:
Alanna Scott
2016-10-14 12:54:18 -07:00
committed by GitHub
parent 9db4cc8c6d
commit b669a14081
10 changed files with 103 additions and 260 deletions

View File

@@ -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,