SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
Hi Andrew:
It’s me again.
Does SciChart.js support Vue.js 2.0 or even 3.0 ?
Will there be any Vue templates in the future ?
Best Regards
Yen Wen
Hi Yen Wen, we created the boilerplate example for Vue.js, please find it here https://github.com/ABTSoftware/SciChart.JS.Examples/tree/master/Sandbox/demo-vue-scichart
The reason why SciChart.js might not work with a project created via Vue CLI or Create React App is that scichart2d.data or scichart2d.wasm is being copied into the wrong folder. The wasm file should reside in the same folder as js bundle file (for Vue.js it is public/js/ folder), however the data file should be in the root of the app (public/ folder for Vue.js).
I have currently creating a new package for this. Currently, it’s WIP, but you can use it on your project and suggest/comment on anything you need.
https://vue-scichart.netlify.app/
Kind regards,
Pedro Cruz
Please login first to submit.