Chart.js icon indicating copy to clipboard operation
Chart.js copied to clipboard

fix: prevent early return in clearStacks when iterating dataset refer…

Open manameaaus opened this issue 2 months ago • 0 comments

resolves #12154

  • Changed return to continue to iterate through all parsed items
  • Added cleanup of empty stack objects to prevent memory leaks
  • Handles sparse stacking scenarios where some data points may lack stack references

manameaaus avatar Dec 02 '25 05:12 manameaaus