Oct 26 |
Posted by Andrew Burnett-Thompson on 26 October 2021 02:12 PM
|
We’re delighted to announce SciChart.js v2 has now completed it’s BETA testing phase and is now released! What’s New in SciChart.js Version 2?The amount of features & improvements in SciChart.js Version 2 is absolutely huge! We’ve compiled a list over at the page What’s New in SciChart JS SDK v2. Take a look! There are seventeen new features and many improvements to our High Performance JavaScript Chart library. ![]() Bugs fixed since the BETAThe team has squashed the following bugs reported since the BETA went live:
If you have any bugs to report, you can do so by emailing support@scichart.com directly. Please include steps to reproduce with all bugs and code samples or images/video if applicable. Updated Features Page for SciChart.js version 2With a new SciChart.js our Features page needs a new look! If you’d like to see the powerful features at-a-glance of our JavaScript 2D/3D chart library, head on over to scichart.com/javascript-chart-features. This has links to the Online Demo and Getting Started pages so this is the first place to look if you want to learn more about SciChart.js ![]() Pricing & LicensingExisting customers with an active support & updates subscription will get the update for FREE. For new customers or prospects, please contact our sales team and we will be happy to help! How to get SciChart.js v2Developers – Node/WebPackYou can now get SciChart.js v2 straight from npm.js. npm install scichart Don’t forget to see our Tutorials on setting up Npm projects with Webpack! Developers – Browser ScriptFor developers using vanilla JavaScript (no Node Package Manager), you can load SciChart.js directly in browser. Add this script to your Html head and away you go. // Add this script to head // Now Configure SciChartSurface in code to load the wasm file from CDN SciChart.SciChartSurface.configure({ dataUrl: "https://cdn.jsdelivr.net/npm/scichart@2.0.2115/_wasm/scichart2d.data", wasmUrl: "https://cdn.jsdelivr.net/npm/scichart@2.0.2115/_wasm/scichart2d.wasm" }); // Now create a SciChartSurface as you would normally! const { sciChartSurface, wasmContext } = await SciChart.SciChartSurface.create("div-id"); Developers – Getting Started GuidesWe’ve collected all the links to help you get started under scichart.com/downloads. Go there and take a look. If you have any questions just ask! Best regards, Andrew The post SciChart.js v2.0 Released! appeared first on SciChart. | |