mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-23 19:45:15 +00:00
load selected pair on load
This commit is contained in:
parent
06b5cc5230
commit
50cf3e2486
|
@ -208,6 +208,10 @@ export default class CandleChartContainer extends Vue {
|
||||||
}
|
}
|
||||||
this.plotConfigName = getPlotConfigName();
|
this.plotConfigName = getPlotConfigName();
|
||||||
this.plotConfig = getCustomPlotConfig(this.plotConfigName);
|
this.plotConfig = getCustomPlotConfig(this.plotConfigName);
|
||||||
|
|
||||||
|
if (!this.hasDataset) {
|
||||||
|
this.refresh();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
plotConfigChanged() {
|
plotConfigChanged() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user