Skip to content

Commit

Permalink
Default breakdown to monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Aug 16, 2023
1 parent ebf2ce1 commit a5062aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ftbot/BacktestResultPeriodBreakdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 [
Expand Down

0 comments on commit a5062aa

Please sign in to comment.