We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Why choose Syncfusion React Charts?

React Charts library types

50+ Chart types

Ranging from simple day-to-day Charts like line charts, bar charts, area charts to complex financial charts that are highly customizable.

React Charts Animation

Chart animation

Charts for React provides fluid animation to represent data with smooth transitions.

React Charts Performance

Performance

Well thought out efforts, and focuses mainly on fast paced performance to render 100k data in less than a second.

React Chart SVG rendering

SVG rendering

Vector based clean and crisp rendering for all your responsive and scaling needs.

React Charts Data Editing

Data Editing

React Charts with Rich UI provides drag and drop support to the rendered points. Data editing allows you to manipulate the data on a chart.

React Charts Trendlines

Trendlines

Shows the price direction and movement speed. Trendlines can be generated for Cartesian type series (Line, Column, Scatter, Area, Candle, HiLo, etc.) except bar. More than one trendline can be added to a series.

React Charts library globalization

Globalization and localization

Enables users from different locales to use them by formatting dates, currency, and numbering to suit preferences.

Exporting in React Charts library

Exporting

Export Graphs to PDF documents or as image formats such as SVG, PNG and JPEG, as well as export chart data to XLSX and CSV formats.

Powerful, user friendly, and feature-rich React Charts for your business


React Charts Code Example

Easily get started with the React Charts using a few simple lines of HTML and JavaScript code example as demonstrated below. Also explore our React Charts Example that shows you how to render and configure the Charts in React.

<!DOCTYPE html>
<html>

<body> 
     <div id="charts"></div>
</body>

</html>
import { AxisModel, Category, ChartComponent, Inject, LineSeries, SeriesCollectionDirective, SeriesDirective} from'@syncfusion/ej2-react-charts';
import * as React from 'react';
class App extends React.Component<{}, {}> {
  public primaryXAxis: AxisModel = { valueType: 'Category'};
  public data : any[]= [{ x: 'WW', y: 38.3, text: 'World Wide' },
  { x: 'EU', y: 45.2, text: 'Europe' },
  { x: 'APAC', y: 18.2, text: 'Asia Pacific' },
  { x: 'LATAM', y: 46.7, text: 'Latin America' },
  { x: 'MEA', y: 61.5, text: 'Middle East Africa' },
  { x: 'NA', y: 64, text: 'North America' }];

  public render() {
    return <ChartComponent id='charts' primaryXAxis={this.primaryXAxis}>
      <Inject services={[LineSeries, Category]} />
      <SeriesCollectionDirective>
      <SeriesDirective dataSource={this.data} xName='x' yName='y' type='Line'/>
      </SeriesCollectionDirective>
    </ChartComponent>
  }
};
ReactDOM.render(
  <App />,
  document.getElementById('charts') as HTMLElement
);

Interact with our React Charts live demo

Chart types

React Chart control includes functionality for plotting more than 50 chart types. Each chart type is easily configured with built-in support for creating stunning visual effects.

Interactive Chart

The user experience is greatly enhanced by including a set of interactive features such as zooming and panning, crosshair, trackball, drill-down, events, selection, and tooltip.

Real-time Chart

Update with live data that changes over seconds or minutes using variety of data manipulation tools with the React Charts.

Annotation Chart

Mark any specific area of interest by adding custom elements (shapes, images) to make React Charts more information-intensive.

Customization

Configure the look and feel of your chart to match with your requirement using several built-in options.

Chart axis

Plot any type of data in a graph with the help of different axes types: numeric, category, date-time, date-time category, and logarithmic axis. And this chart axis elements can be customized further to make an axis more readable.

mobile addaptive icon

Mobile first approach

Develop React Charts with single code base, and well-thought-out mobile adaptive architecture that adapts to any web, mobile, or tablet environment. Render beautiful, responsive, interactive, and animated Charts within mobile devices.

Accessibility

Keyboard navigation in React Charts

Keyboard navigation

Ensures that every element is keyboard accessible. Major features like selection, highlight, tooltip, legend collapse and zooming and panning can be performed using keyboard commands alone; no mouse interaction is required. This helps in creating highly accessible applications using this React Charts component.

Accessibility and screen reader support in React Chart

Screen reader

React Chart views have complete WAI-ARIA accessibility support. Its UI includes high-contrast visual elements, helping people with visual impairments have the best viewing experience. Also, valid UI descriptions are easily accessible through assistive technologies such as screen readers.

Show right-to-left language in React Charts

Right to left (RTL)

Right-to-left rendering allows displaying the text and layout of the React Charts from right to left. This improves the user experience and accessibility for RTL languages.

Other supported frameworks

Charts component is also available in Blazor, Angular, Vue, and JavaScript frameworks. Check out the different Charts platforms from the links below,

Supported browsers

The React Charts works well with all modern web browsers such as Chrome, Firefox, Microsoft Edge, Safari, and Opera.

Supported browsers


Not sure how to create your first React Charts? Our tutorial videos and documentation can help.

I’d love to watch it now I’d love to read it now

Frequently Asked Questions

Use Syncfusion React Charts to power your most demanding data visualizations with the following features:

  • Supports 50+ Chart types and elegant animation.
  • Blazing fast load time and rich UI interaction in React apps.
  • Supports both rendering SVG and Canvas (for fast rendering).
  • Flexible data binding with support to use local and remote data sources such as JSON, RESTful services, OData services, and WCF services.
  • One of the best React Charts in the market that offers feature-rich UI to interact with the software.
  • Simple configuration and API.
  • Supports all modern browsers.
  • Mobile-touch friendly and responsive.
  • Expansive learning resources such as demos and documentation to learn quickly and get started with React Charts.

You can find our React Charts demo, which demonstrates how to render and configure the Charts.

No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.

A good place to start would be our comprehensive getting started documentation.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.

Up arrow icon
Live Chat Icon For mobile