Hi guys, I have a problem with the slicer, what happens is that when resizing the screen the columns do not fit the size of the container, rather a horizontal scroll is shown, checking in the Chartfactor studio application I could see that sizes are added already established, so my question is: Can I make my slicer responsive or is it not possible?
let myChart = myData.graph("Slicer")
.set("columnsWidth", [ {"group":214}, {"count":88}])
.execute();