This is the Angular wrapper for the SciChart.js library. It is a simple example of how to use the SciChart.js library in an Angular application. The example demonstrates how to create a simple line chart with a single line series.
The Angular component code can be found in the projects/scichart-angular
folder.
This project was generated with Angular CLI version 17.1.2.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run npm run ng build scichart-angular
from the root to build the scichart-angular library component. The build artifacts will be stored in the dist
directory.
Run ng build
to build the project.
Run npm publish
from dist\scichart-angular
Run ng test
to execute the unit tests via Karma.