November 4, 2020 at 1:45 pm
#10035011
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 🙂