mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-07 10:38:54 +08:00
fix lint
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user