@syncfusion/ej2-react-lineargauge

25.1.35 • Public • Published

React LinearGauge Component

The React Linear Gauge component is used to visualize numerical values of an axis in linear manner. All the linear gauge elements are rendered using Scalable Vector Graphics (SVG).

Getting started . Online demos . Learn more

React Linear Gauge Component

Trusted by the world's leading companies Bootstrap logo

Setup

Create a React Application

You can use create-react-app to setup applications. To create React app, use the following command.

npx create-react-app my-app --template typescript
cd my-app
npm start

Add Syncfusion Linear Gauge package

All Syncfusion React packages are published in the npmjs.com registry. To install the React Linear Gauge package, use the following command.

npm install @syncfusion/ej2-react-lineargauge --save

Add Linear Gauge Component

In the src/App.tsx file, use the following code snippet to render the Syncfusion React Linear Gauge component.

import React from 'react';
import { LinearGaugeComponent } from '@syncfusion/ej2-react-lineargauge';

function App() {
  return (<LinearGaugeComponent></LinearGaugeComponent>);
}
export default App;

Supported frameworks

Linear Gauge component is also offered in the following list of frameworks.


     JavaScript    

       Angular      

       Vue         

  ASP.NET Core  

  ASP.NET MVC  

Showcase samples

Key features

  • Axes: Axes is a collection of axis that can be used to indicate the numeric values in linear scale.
  • Orientation: Renders in both vertical and horizontal directions.
  • Container: Container holds multiple axes together. It supports three types of containers: normal, rounded rectangle, and thermometer.
  • Ranges: Supports ranges to categorize the axis values. Any number of ranges can be added to the linear gauge.
  • Pointers: Pointers are used to indicate values on the axis. Linear gauge supports two types of pointers: bar and marker.
  • Annotation: Uses any custom HTML element as annotations and place it anywhere on the gauge.
  • Tooltip: Provides information about the pointer values on hover.
  • Pointer drag: Provides support to place the pointer at the desired values by dragging it.
  • Print and Export: Prints or exports the rendered linear gauge to a desired format. Exporting supports four formats: PDF, PNG, JPEG and SVG.
  • Globalization: Personalize the linear gauge component with different languages, as well as culture-specific number, date and time formatting.
  • Accessibility: Provides with built-in accessibility support which helps to access all the linear gauge component features through the keyboard, screen readers, or other assistive technology devices.

Support

Product support is available through the following mediums.

Changelog

Check the changelog here. Get minor improvements and bug fixes every week to stay up to date with frequent updates.

License and copyright

This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA. To acquire a license for 80+ React UI components, you can purchase or start a free 30-day trial.

A free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.

See LICENSE FILE for more info.

© Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.

Package Sidebar

Install

npm i @syncfusion/ej2-react-lineargauge

Weekly Downloads

302

Version

25.1.35

License

SEE LICENSE IN license

Unpacked Size

86.7 kB

Total Files

29

Last publish

Collaborators

  • syncfusionorg
  • essentialjs2
  • syncfusion-javascript