allow click legend after update chart

This commit is contained in:
hackerESQ
2024-08-27 22:53:57 -05:00
parent 1ee6a5c17b
commit 8a136fe1d7
2 changed files with 4 additions and 2 deletions
@@ -36,6 +36,7 @@ new class extends Component {
$dailyChangeQuery = DailyChange::query();
if (isset($this->portfolio)) {
$dailyChangeQuery->portfolio($this->portfolio->id);
} else {