mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
Default breakdown to monthly
This commit is contained in:
parent
ebf2ce1302
commit
a5062aac5b
|
@ -15,7 +15,7 @@ const periodicBreakdownSelections = [
|
|||
{ value: 'month', text: 'Months' },
|
||||
];
|
||||
|
||||
const periodicBreakdownPeriod = ref<string>('day');
|
||||
const periodicBreakdownPeriod = ref<string>('month');
|
||||
|
||||
const periodicBreakdownFields = computed<TableField[]>(() => {
|
||||
return [
|
||||
|
|
Loading…
Reference in New Issue
Block a user