Default plotconfig to closed

This commit is contained in:
Matthias 2021-06-25 18:46:30 +02:00
parent b0184ecdba
commit 0c1721d9e9

View File

@ -108,7 +108,7 @@ export default class CandleChartContainer extends Vue {
plotConfigName = '';
showPlotConfig = !this.plotConfigModal;
showPlotConfig = this.plotConfigModal;
@Getter getChartTheme!: string;