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?
8 Replies
this? https://filamentphp.com/docs/3.x/panels/dashboard#customizing-widget-width
yes, it would be a custom widget
I was thinking about something like this on a widget:
https://codepen.io/lukezak/pen/rVZMgv
Solution
ahh, would be a custom widget as well
ok. thanks
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.)
docs are pretty clear in this case
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?
you have the view so add everything you need in it