filamentphp / filament

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
https://filamentphp.com
MIT License
18.08k stars 2.83k forks source link

Stats chart line disappearing on polling #7635

Closed CodeWithDennis closed 1 year ago

CodeWithDennis commented 1 year ago

Package

filament/filament

Package Version

v3.0.16.0

Laravel Version

v10.10

Livewire Version

No response

PHP Version

PHP 8.1.0

Problem description

The chart line is disappearing on polling (refreshing)

Start happening after v3.0.8 https://github.com/filamentphp/filament/pull/7468

https://github.com/filamentphp/filament/assets/23448484/cd0c848d-57b9-4802-9bb0-3ee8e90b36cc

Expected behavior

Show the new data line

Steps to reproduce

Create a stats chart and add it to the dashboard

Reproduction repository

https://github.com/CodeWithDennis/filament-chart-line-bug

Relevant log output

No response

CodeWithDennis commented 1 year ago

Bugs out on: Brave, IE, Chrome, Safari Works on: Firefox

danharrin commented 1 year ago

Fixed by #7653