Error:
Microsoft.JSInterop.JSException: Cannot read property ‘throttle’ of undefinedTypeError: Cannot read property ‘throttle’ of undefined at https://localhost:44381/_content/Syncfusion.Blazor/scripts/sf-accumulation-chart-5f1ab0.min.js:1:1257 at Object../modules/sf-accumulation-chart.js
Fix:
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.20/lodash.min.js"> </script>
</head>
Comments