1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-07 10:38:54 +08:00
This commit is contained in:
lana-k
2021-12-21 22:15:21 +01:00
parent 8669a6a9e5
commit c7c727ff78
3 changed files with 15 additions and 14 deletions

View File

@@ -38,7 +38,7 @@ export function getChartData (element) {
const chartElement = element.querySelector('.js-plotly-plot')
return {
data: chartElement.data,
layout: chartElement.layout,
layout: chartElement.layout
}
}