I am beginner in Web Application. While trying out the product, I am able to use the Charts in HTML Pages but when I try to perform the same in .NET SPA Project. I am not able to use JChartFX.. Could you guide me in how to proceed with it.
1. Install Node
2. Install Templates
>dotnet new --install Microsoft.AspNetCore.SpaTemplates::*
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
vCillusion
Hi Team
I am beginner in Web Application. While trying out the product, I am able to use the Charts in HTML Pages but when I try to perform the same in .NET SPA Project. I am not able to use JChartFX.. Could you guide me in how to proceed with it.
1. Install Node
2. Install Templates
>dotnet new --install Microsoft.AspNetCore.SpaTemplates::*
3. View Installed Templates
>dotnet new -l
4. Create Angular Project
>dotnet new angular
5. Install Dependencies
>dotnet restore
>npm install
6. Open Visual Stdio
>start Angular.csproj
7. Remove Additional NavBars, etc and make Hello World Clean Template
8. HTML Reivew and Componentize and implement in Angular.
9. Added Nuget Package
10. Not sure how to use JChartFX
Project
https://drive.google.com/file/d/0B2IYWriSuReLaGF2X1paRUdRaGs/view?usp=sharing
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.