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:
Matthias 2021-02-10 10:34:06 +01:00 committed by GitHub
commit e8d6c12c01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -92,7 +92,7 @@ export default class CumProfitChart extends Vue {
},
nameRotate: 90,
nameLocation: 'middle',
nameGap: 30,
nameGap: 40,
},
{
type: 'value',

View File

@ -104,7 +104,7 @@ export default class DailyChart extends Vue {
},
nameRotate: 90,
nameLocation: 'middle',
nameGap: 30,
nameGap: 50,
},
{
type: 'value',

View File

@ -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>