F
Filament17mo ago
karmac

Stop chart widget polling

I need to stop polling in my chart widget. How can I do that?
Solution:
protected static ?string $pollingInterval = null;
protected static ?string $pollingInterval = null;
...
Jump to solution
1 Reply
Solution
LeandroFerreira
LeandroFerreira17mo ago
protected static ?string $pollingInterval = null;
protected static ?string $pollingInterval = null;

Did you find this page helpful?