From 71137d38a5de992276bf116b35122f51e422cc9a Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 30 Aug 2020 20:19:50 +0200 Subject: [PATCH] Candlechart small adjustments --- src/components/charts/CandleChart.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/charts/CandleChart.vue b/src/components/charts/CandleChart.vue index aaa93c03..e63fc1b5 100644 --- a/src/components/charts/CandleChart.vue +++ b/src/components/charts/CandleChart.vue @@ -320,6 +320,7 @@ export default class CandleChart extends Vue { }); } + // START Subplots if ('subplots' in this.plotConfig) { let plotIndex = 2; Object.entries(this.plotConfig.subplots).forEach(([key, value]) => { @@ -395,6 +396,7 @@ export default class CandleChart extends Vue { plotIndex += 1; }); } + // END Subplots if (this.filteredTrades.length > 0) { // Show trades