nicolaskruchten / pivottable

Open-source Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop.
https://pivottable.js.org/
MIT License
4.35k stars 1.08k forks source link

ERROR TypeError: Cannot read properties of undefined (reading 'renderers') #1294

Open vaibhavmali123 opened 2 years ago

vaibhavmali123 commented 2 years ago

ERROR TypeError: Cannot read properties of undefined (reading 'renderers') this error throws at that line const defaultRender =$.extend($.pivotUtilities.renderers, $.pivotUtilities.c3_renderers); @nicolaskruchten