Candlechart small adjustments

This commit is contained in:
Matthias 2020-08-30 20:19:50 +02:00
parent 3179bd92a5
commit 71137d38a5

View File

@ -320,6 +320,7 @@ export default class CandleChart extends Vue {
}); });
} }
// START Subplots
if ('subplots' in this.plotConfig) { if ('subplots' in this.plotConfig) {
let plotIndex = 2; let plotIndex = 2;
Object.entries(this.plotConfig.subplots).forEach(([key, value]) => { Object.entries(this.plotConfig.subplots).forEach(([key, value]) => {
@ -395,6 +396,7 @@ export default class CandleChart extends Vue {
plotIndex += 1; plotIndex += 1;
}); });
} }
// END Subplots
if (this.filteredTrades.length > 0) { if (this.filteredTrades.length > 0) {
// Show trades // Show trades