fix:order of data series

This commit is contained in:
hackerESQ
2024-09-27 10:51:43 -05:00
parent 267049b87f
commit 367fd7802b
2 changed files with 2 additions and 4 deletions
@@ -51,8 +51,7 @@ new class extends Component {
SUM(total_dividends_earned) as total_dividends_earned
*/
')
->groupBy('date')
->orderByDesc('date');
->groupBy('date');
}