Reply To: Charts are not showing with the owl-carousel slider

#10035011
patcaulfield
Participant

Hello,

I replace the owl-carousel

<div id=”chartCarousel” class=”owl-carousel owl-theme nav-style-1 mb-0″ data-plugin-options=”{‘responsive’: {‘576’: {‘items’: 1}, ‘768’: {‘items’: 2}, ‘992’: {‘items’: 3}, ‘1200’: {‘items’: 4}}, ‘margin’: 25, ‘loop’: true, ‘nav’: true, ‘dots’: true, ‘autoplay’: true, ‘autoplayTimeout’: 3000}”>

to

<div class=”owl-carousel owl-theme show-nav-title” data-plugin-options=”{‘items’: 6, ‘margin’: 10, ‘loop’: false, ‘nav’: true, ‘dots’: false}”>

then, the chart is showing.
I’ll check again and if I have a more question, I ask again

Thank you 🙂