mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 13:05:15 +00:00
Merge pull request #257 from varunrai/master
multi-pane window to overflow after reaching the max height h-100 and adjust the chart labels
This commit is contained in:
commit
e8d6c12c01
|
@ -92,7 +92,7 @@ export default class CumProfitChart extends Vue {
|
|||
},
|
||||
nameRotate: 90,
|
||||
nameLocation: 'middle',
|
||||
nameGap: 30,
|
||||
nameGap: 40,
|
||||
},
|
||||
{
|
||||
type: 'value',
|
||||
|
|
|
@ -104,7 +104,7 @@ export default class DailyChart extends Vue {
|
|||
},
|
||||
nameRotate: 90,
|
||||
nameLocation: 'middle',
|
||||
nameGap: 30,
|
||||
nameGap: 50,
|
||||
},
|
||||
{
|
||||
type: 'value',
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div class="card h-100 w-100">
|
||||
<div class="card h-100 w-100 overflow-auto">
|
||||
<div class="drag-header card-header">
|
||||
{{ header }}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user