ZingChart is Not Supporting Svelte Framework
Problem:
I am facing this kind of error while using bubble-pack chart using ZingChart-Svelte library, can you please help me to solve this issue?
Solution:
You most likely forgot to include the bubble-pack module i.e. import "zingchart/modules-es6/zingchart-bubble-pack.min.js"; to your file. In this demo, we included the module and everything works fine. Please use it for reference. After downloading the compressed file, extract and install dependencies with npm install in the root folder. Run npm run dev to see the application in the browser.