mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Fix adding subplots
This commit is contained in:
parent
500c55d802
commit
5d162ff387
|
@ -138,7 +138,7 @@ export default class Graphs extends Vue {
|
|||
|
||||
get subplots() {
|
||||
// Subplot keys (for selection window)
|
||||
return Object.keys(this.plotConfig.subplots);
|
||||
return Object.keys(this.selectedPlotConfig.subplots);
|
||||
}
|
||||
|
||||
get plotConfigJson() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user