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:
@@ -46,7 +46,7 @@ export default {
|
||||
const value = {
|
||||
id: currentQuery.id,
|
||||
query: currentQuery.query,
|
||||
plotly: currentQuery.getPlotlySatateForSave()
|
||||
chart: currentQuery.getChartSatateForSave()
|
||||
}
|
||||
|
||||
if (isFromScratch) {
|
||||
|
||||
Reference in New Issue
Block a user