1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-11 20:48:53 +08:00

move run button to the menu

This commit is contained in:
lana-k
2020-11-04 22:18:04 +01:00
parent 1037185a6a
commit 3e52dcac2c
3 changed files with 12 additions and 21 deletions

View File

@@ -1,10 +1,9 @@
<template>
<div class="chart-container">
<div v-show="visible" class="chart-container">
<div class="chart-worning" v-show="!sqlResult && visible">
There is no data to build a chart. Run your sql query and make sure the result is not empty.
</div>
<PlotlyEditor
v-show="visible"
:data="state.data"
:layout="state.layout"
:frames="state.frames"
@@ -106,6 +105,7 @@ export default {
}
.chart {
border-top: 1px solid var(--color-border);
min-height: 242px;
}
>>> .editor_controls .sidebar__item:before {