F
Filament10mo ago
torriv

Full screen widget

Is it possible to toggle a widget (chart widget to be specific) to show in full screen? I haven't found anything about it. I was first thinking of adding an action in the header of the widget, but that doesn't seem to be possible without making a custom widget. am i right?
Solution:
ahh, would be a custom widget as well
Jump to solution
8 Replies
torriv
torriv10mo ago
I was thinking about something like this on a widget: https://codepen.io/lukezak/pen/rVZMgv
Solution
LeandroFerreira
LeandroFerreira10mo ago
ahh, would be a custom widget as well
torriv
torriv10mo ago
ok. thanks
torriv
torriv10mo ago
Is there any guides i'm missing on how to make a custom widget and use charts in it? (only found how to make a new custom widget.)
krekas
krekas10mo ago
docs are pretty clear in this case
torriv
torriv10mo ago
I disagree, i only found this: https://filamentphp.com/docs/3.x/panels/dashboard#custom-widgets i know how to make standard widget with --chart or --table etc. but i need the blade view file also. So the question is: how can i use charts in a custom widget with the blade file?
krekas
krekas10mo ago
you have the view so add everything you need in it