mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-06 18:18:53 +08:00
fix lint
This commit is contained in:
@@ -24,11 +24,13 @@
|
|||||||
fill="#A2B1C6"
|
fill="#A2B1C6"
|
||||||
/>
|
/>
|
||||||
<path
|
<path
|
||||||
d="M2.17041 17.1098H15.8754V15.6098H2.17041V8.78486H0.67041V15.6098C0.67041 16.4348 1.34541 17.1098 2.17041 17.1098Z"
|
d="M2.17041 17.1098H15.8754V15.6098H2.17041V8.78486H0.67041V15.6098C0.67041 16.4348
|
||||||
|
1.34541 17.1098 2.17041 17.1098Z"
|
||||||
fill="#A2B1C6"
|
fill="#A2B1C6"
|
||||||
/>
|
/>
|
||||||
<path
|
<path
|
||||||
d="M17.1704 17.1098H15.3052V15.6098H17.1704V8.55939H18.6704V15.6098C18.6704 16.4348 17.9954 17.1098 17.1704 17.1098Z"
|
d="M17.1704 17.1098H15.3052V15.6098H17.1704V8.55939H18.6704V15.6098C18.6704 16.4348
|
||||||
|
17.9954 17.1098 17.1704 17.1098Z"
|
||||||
fill="#A2B1C6"
|
fill="#A2B1C6"
|
||||||
/>
|
/>
|
||||||
<path
|
<path
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ export function getChartData (element) {
|
|||||||
const chartElement = element.querySelector('.js-plotly-plot')
|
const chartElement = element.querySelector('.js-plotly-plot')
|
||||||
return {
|
return {
|
||||||
data: chartElement.data,
|
data: chartElement.data,
|
||||||
layout: chartElement.layout,
|
layout: chartElement.layout
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -118,4 +118,3 @@ export function getPivotHtml (pivotOutput) {
|
|||||||
</body>
|
</body>
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user