Knowledge Base Article

Any Way To Hide Carousel Navigator Arrows?

Question

When using the Indicator Sparkling template, once I add an Item (dimension) for the sparkline, the carousel navigator arrows appear. Since they are not needed, I would like to hide them.  Is there a way to do that?

Answer

You can use the following code to solve the issue.
placed below the "showCarousel": true,
 
"carouselAnimation": {
"showButtons": false
},
Published 10-19-2021
No CommentsBe the first to comment