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
+1 -1
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
}
}