diff --git a/resources/views/livewire/portfolio-performance-chart.blade.php b/resources/views/livewire/portfolio-performance-chart.blade.php index 3d65119..aab1fc1 100644 --- a/resources/views/livewire/portfolio-performance-chart.blade.php +++ b/resources/views/livewire/portfolio-performance-chart.blade.php @@ -51,7 +51,8 @@ new class extends Component { SUM(total_dividends_earned) as total_dividends_earned */ ') - ->groupBy('date'); + ->groupBy('date') + ->orderBy('date'); }