F
Filamentβ€’3d ago
Lloyd

ApexCharts - Don't Render Section

Hey, this is likely for @LeandroFerreira, I'm wondering how I can just render the chart in Apex, without the section around it? I want to add it to a Fieldset (as I've done for other sections) within my tab - as I'm doing here with a custom view: Is there a way to get around this? As you can see, the styling in the plugin is different from my own. Thanks in advance, and thanks again for creating an awesome plugin! πŸ”₯
3 Replies
Lloyd
LloydOPβ€’3d ago
No description
Lloyd
LloydOPβ€’3d ago
OK I've got he Blade view how I want (modified in /vendor), how can I make this persist in resources?
<div x-data="{ dropdownOpen: false }" @apexhcharts-dropdown.window="dropdownOpen = $event.detail.open">

<x-filament-apex-charts::chart :$chartId :$chartOptions :$contentHeight :$pollingInterval :$loadingIndicator
:$darkMode :$deferLoading :$readyToLoad :$extraJsOptions />
</div>
<div x-data="{ dropdownOpen: false }" @apexhcharts-dropdown.window="dropdownOpen = $event.detail.open">

<x-filament-apex-charts::chart :$chartId :$chartOptions :$contentHeight :$pollingInterval :$loadingIndicator
:$darkMode :$deferLoading :$readyToLoad :$extraJsOptions />
</div>
LeandroFerreira
LeandroFerreiraβ€’3d ago
you can publish the view and edit what you need
Want results from more Discord servers?
Add your server