OleksandrB
12-09-2025Sisense Employee
Hi,
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
wallingfordce
12-11-2025Data Pipeline
Thanks for responding! I can appreciate having the option to expand the included data set, but this feedback is less about working around the limit and more about always displaying the message, rewording the message, and documenting the limitation.