Do scichart supports microsoft blazor ?
If yes, Any examples available ?
- Abhilash R asked 3 years ago
- last edited 2 years ago
- You must login to post comments
I am considering applying server-side licensing for my javerScript application.
In the document below, there is a phrase “Our server-side licensing component is written in C++.”
(https://support.scichart.com/index.php?/Knowledgebase/Article/View/17256/42/)
However, there is only asp.net sample code on the provided github.
(https://github.com/ABTSoftware/SciChart.JS.Examples/tree/master/Sandbox/demo-dotnet-server-licensing)
I wonder if there is a sample code implemented in C++ for server-side licensing.
Can you provide c++ sample code?
Also, are there any examples to run on Ubuntu?
- Andrew Burnett-Thompson answered 2 years ago
- You must login to post comments
It is possible to use scichart with blazor, by writing code to interact with scichart using javascript (or typescript) and then calling it from C# using JsRuntime.InvokeVoidAsync
I’ve added an example to the SciChart.JS.Examples github repo. It’s in the dev branch at the moment but will get merged to master soon.
The example also shows the beginnings of the next stage, which is to have wrapper code in C# with which you define your chart, which handles the javascript calls internally.
David Burleigh
SciChart Senior Developer
- David Burleigh answered 3 years ago
-
David, Can you add a little more info to the readme, specifically some guidance on how you setup npm and webpack for those of us unfamiliar with that toolchain? I can get your demo project to work, however, I cannot replicate it in my own project/solution.
-
I get as far as running nvm run build and get the following error: “node_modules\colorette’ do not define a valid ‘.’ target”
- You must login to post comments
Please login first to submit.