Pre loader

SciChart JavaScript Charts v1.3.1514 Patch

SciChart JavaScript Charts v1.3.1514 Patch

We have released a v1.3.1514 patch and recommend all our users to update to this latest version.

This patch contains important features and fixes and it is highly recommended to update for all users.

What’s new in SciChart.js v1.3.1514?

Important Fixes

AFFECTING ALL USERS a trial expiry message is shown on or after 6th April 2021. This has been resolved in 1.3.1514.

AFFECTING ALL USERS a memory leak when drawing axis bands and gridlines in all charts. This has been resolved in 1.3.1514.

Other improvements and Bug Fixes
  • Fixed autoTicks = false option not working
  • Fixed prevent unnecessary texture recreating
  • Improved performance of animations on charts which use Point Markers (SCJS-546)
  • Fixed update setter on sprite point marker
  • Fixed recalculate PointMarker texture colors instead of recreating it on FadeEffect. This improves performance of animations.
  • Fixed cache original texture colors to use as base when applying opacity
  • Fixed issue with multiple inner canvases in vue app
  • Added SciChartSurface.configure API to set wasmUrl and dataUrl, enables loading wasm from CDN (See below).
New Documentation Articles
Loading the SciChart.js Wasm from CDN

We have added a new API to SciChart.js to allow you to specify where to load the WebAssembly (wasm) file from. Currently, this must be in the local directory on your server or deployed via WebPack as shown in our tutorial #1 – Setting up a SciChart.js project with WebPack.

With SciChart.js 1.3.1514 or above you can specify the URL of the WebAssembly file. We publish SciChart.js to npm but also to a global CDN. Use this syntax to specify loading the wasm file from URL. Be sure to set the version number to match the scichart.js version number if you use our CDN!

// Load the SciChart.js WebAssembly (Wasm) File from a specific URL
// Example below is for cdn.jsdeliver which we publish to 
SciChart.SciChartSurface.configure({
    dataUrl: "https://cdn.jsdelivr.net/npm/[email protected]/_wasm/scichart2d.data",
    wasmUrl: "https://cdn.jsdelivr.net/npm/[email protected]/_wasm/scichart2d.wasm"
});

Where to get SciChart.js v1.3.1514

You can get SciChart.js version 1.3.1514 examples zip from our downloads page at www.scichart.com/downloads. You will need to create an account at scichart.com/login in order to access this page.

If you need any help with getting started, including how to start a trial, please check our getting started guide.

We are always open to the feedback and will be happy to hear back!

Best regards,
Julia
[SciChart Team]

By Julia Skorobogata | Apr 07, 2021
I contribute to the growth and development of SciChart, assisting my team with sales, marketing, and project management.

Leave a Reply