Forum Discussion

abdullahguser's avatar
abdullahguser
Data Storage
05-07-2023

Column Chart Break By Max No Series

Is there a way to increase Maximum number of series for break by in the column chart?

 

 

1 Reply

Replies have been turned off for this discussion
  • DRay's avatar
    DRay
    Journey 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