#ApexCharts - Don't Render Section

4 messages · Page 1 of 1 (latest)

rare smelt
#

Hey, this is likely for @safe bough, 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! 🔥

snow sleetBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

rare smelt
#

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>