Frequently refreshing the chart with new data sets will let grow memory. Definition <VuePivottableUi v-if="!pivotReadOnly" id="pivotContainer" :ref="pivotUiRef" :key="pivotKey" :data="pivotData" :rows="pivotRows" :cols="pivotCols" :renderers="pivotRenderers" :rendererName="pivotRendererName" :aggregatorName="pivotAggregatorName" :rowOrder="pivotRowOrder" :colOrder="pivotColOrder" :vals="pivotVals" :valueFilter="pivotValueFilter" :hideFilterBoxOfUnusedAttributes="true" /> Refresh triggered by: pivotKey++; (after setting all pivotXxxxx Fields) Memory elements that are retained by a JS ref ... multiple instances of: <table class="pvtUI" id="pivotContainer">...</table> <img width="513" height="695" alt="Image" src="https://github.com/user-attachments/assets/db3f7a45-6cff-485a-9792-ef7dd4f4ba36" />