Pre loader

Using scichart in asp.net mvc

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

0
0

Do you have any examples with configurating sci chart component in asp.mvc project. Ideally I’d not want to use any of the node.js pipeline and I just want to add set of javascript files to my project.

Version
1.1
  • You must to post comments
0
0

Hi Lukasz,

We have an example below of how to include SciChart.js as a simple in an application, without npm or node.js.
https://github.com/ABTSoftware/SciChart.JS.Examples/tree/master/Sandbox/demo-browser-global-module

How to add scichart.browser.js to your project

Add script pointing to a specific version into the head section of
your html file. For instance to add version 1.1.1385 add this script:

 
  

Download data files for this
specific version for 2D (and for 3D if you use 3D charts) and put them
into html root folder on your web server.

For example to download data
files for version1.1.1385 use these links

https://cdn.jsdelivr.net/npm/[email protected]/_wasm/scichart2d.data
https://cdn.jsdelivr.net/npm/[email protected]/_wasm/scichart3d.data

The latest version (as of today) is 1.1.1385, we suggest you use that, and check npm.js periodically for updates.

Thanks and regards,
Andrew

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies