mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-13 03:33:50 +00:00
Default plotconfig to closed
This commit is contained in:
parent
b0184ecdba
commit
0c1721d9e9
|
@ -108,7 +108,7 @@ export default class CandleChartContainer extends Vue {
|
||||||
|
|
||||||
plotConfigName = '';
|
plotConfigName = '';
|
||||||
|
|
||||||
showPlotConfig = !this.plotConfigModal;
|
showPlotConfig = this.plotConfigModal;
|
||||||
|
|
||||||
@Getter getChartTheme!: string;
|
@Getter getChartTheme!: string;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user