fix: Move volume axis to the right

closes #283
This commit is contained in:
Matthias 2021-08-09 06:55:37 +02:00
parent 1eaa7e0151
commit 49f9f637d3

View File

@ -219,6 +219,7 @@ export default class CandleChart extends Vue {
scale: true, scale: true,
gridIndex: 1, gridIndex: 1,
splitNumber: 2, splitNumber: 2,
position: 'right',
axisLabel: { show: false }, axisLabel: { show: false },
axisLine: { show: false }, axisLine: { show: false },
axisTick: { show: false }, axisTick: { show: false },