A quick start project that shows how to create and configure the Syncfusion Angular Linear Gauge component in a Angular project. This sample explains how to set a specific axis pointer value as well as how to customize an axis line height and width. It also explains how to add multiple axis ranges.
Refer to the following documentation to learn about the Angular Linear Gauge component: https://ej2.syncfusion.com/angular/documentation/linear-gauge/getting-started
Check out this online example of the Angular Linear Gauge Component: https://ej2.syncfusion.com/angular/demos/#/fluent2/linear-gauge/default-functionalities
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
To run this application, you need to clone the getting-started-with-the-angular-linear-gauge-component
repository and then open it in Visual Studio Code. Now, simply install all the necessary angular packages into your current project using the npm install
command and run your project using the ng serve
command.