1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-07 02:28:54 +08:00

chart is a separated component now

This commit is contained in:
lana-k
2020-10-24 18:21:48 +02:00
parent df54c9086b
commit 880c15762b
4 changed files with 104 additions and 51 deletions

View File

@@ -46,7 +46,7 @@ export default {
const value = {
id: currentQuery.id,
query: currentQuery.query,
plotly: currentQuery.getPlotlySatateForSave()
chart: currentQuery.getChartSatateForSave()
}
if (isFromScratch) {