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?
You can use the following code to solve the issue.
placed below the "showCarousel": true,
"carouselAnimation": {
"showButtons": false
},