add d3 data formatting & update map view with two links repr

This commit is contained in:
axolotle
2021-03-01 10:12:48 +01:00
parent 52a6f23f8c
commit 9ffc391722
6 changed files with 138 additions and 52 deletions
+1 -2
View File
@@ -27,8 +27,7 @@ export default new Vuex.Store({
'GET_TREE' ({ dispatch }, id) {
return api.post('', { query: print(TextdepartRecursive), variables: { id } }).then(({ data }) => {
const text = data.data.textref
return parse(text, text.id)
return data.data.textref
})
}
}