From 49f9f637d378b20566c8ce65a1e76a14901ea209 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 9 Aug 2021 06:55:37 +0200 Subject: [PATCH] fix: Move volume axis to the right closes #283 --- src/components/charts/CandleChart.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/charts/CandleChart.vue b/src/components/charts/CandleChart.vue index 279c78af..ad773a88 100644 --- a/src/components/charts/CandleChart.vue +++ b/src/components/charts/CandleChart.vue @@ -219,6 +219,7 @@ export default class CandleChart extends Vue { scale: true, gridIndex: 1, splitNumber: 2, + position: 'right', axisLabel: { show: false }, axisLine: { show: false }, axisTick: { show: false },