Forum Discussion
DRay
12-09-2025Journey Map
Hi abdullahguser​,
You can use this solution; just be careful, as this can freeze your browser:
1)
widget.manifest.data.panels.forEach(function(p){
p.metadata.maxitems = 100; //replace with the number you need
})2)
widget.style.dataLimits.seriesCapacity=100; //replace with the number you need