mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 21:15:15 +00:00
Improve layout
This commit is contained in:
parent
c76533c6d7
commit
e50c3d3d4b
|
@ -11,7 +11,7 @@ import ECharts from 'vue-echarts';
|
||||||
import 'echarts';
|
import 'echarts';
|
||||||
|
|
||||||
const MARGINLEFT = '5%';
|
const MARGINLEFT = '5%';
|
||||||
const MARGINRIGHT = '5%';
|
const MARGINRIGHT = '4%';
|
||||||
|
|
||||||
// TODO plotConfig should come from the backend, or be configurable via UI
|
// TODO plotConfig should come from the backend, or be configurable via UI
|
||||||
const plotConfig = {
|
const plotConfig = {
|
||||||
|
@ -232,8 +232,9 @@ export default {
|
||||||
{
|
{
|
||||||
left: MARGINLEFT,
|
left: MARGINLEFT,
|
||||||
right: MARGINRIGHT,
|
right: MARGINRIGHT,
|
||||||
// height: '50%',
|
height: '60%',
|
||||||
bottom: '150px',
|
// top: '0px',
|
||||||
|
// bottom: '150px',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
// Volume
|
// Volume
|
||||||
|
|
Loading…
Reference in New Issue
Block a user