mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-27 05:25:17 +00:00
Candlechart small adjustments
This commit is contained in:
parent
3179bd92a5
commit
71137d38a5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user