Maxi
Explore posts from serversMore Complex Charts
Ohh @BlandIndustries this looks promising for Apex Charts too: https://www.outsystems.com/forums/discussion/85735/apex-charts-library-drill-down-on-apex-charts/
9 replies
More Complex Charts
If you're looking for a solution that works out of the box, you might want to go with the Apex Charts plugin (https://filamentphp.com/plugins/leandrocfe-apex-charts). It doesn't have Sankey out of the box IIRC, but a drill down pie/donut chart should be kind of possible if you start changing around the labels. You can also look at the source code of the plugin to try and implement ApexSankey.js which is also made by ApexCharts AFAIK (https://apexcharts.com/apexsankey/).
9 replies
Value are blinking and missing in Filament Repeater
I have one more question tough, do you know if it‘s possible to show like a loading modal or something after a field has been filled out and live is triggered?
Something like this:
https://codepen.io/webhead/pen/WNoedWG
34 replies
Value are blinking and missing in Filament Repeater
Yeah I know, but right now it‘s working „fine“ so I guess we won‘t stray away from it. But I‘ll maybe look into MingleJS and see if I can get better reactivity using it with React/Vue.
While I‘m at it, is there like a guide or a good example project where a whole Filament page is made in React/Vue but it‘s still integrated into the normal Filament application (having the Filament sidebar, notifications etc.)? Or is that not even really possible?
34 replies
Value are blinking and missing in Filament Repeater
Yes, but using the afterStateUpdated() function is really only a viable option if your form isn‘t that big. I‘m currently working on a form that is around +2k lines now and I need almost every value directly in my form too so adding ~50 afterStateUpdated() functions is currently not really an option. I guess I could implement it after the whole Resource is finished but atm it‘s not really an option.
34 replies