Ranging from simple day-to-day Charts like line charts, bar charts, and area charts to complex financial charts that are highly customizable.
Charts for JavaScript provides fluid animations to represent data with smooth transitions.
Thoroughly designed to deliver fast-paced performance, capable of rendering 100k data points in less than a second.
JavaScript Charts provides drag-and-drop support to rendered points. Data editing allows you to manipulate the data on a chart.
The Chart has a highly responsive layout and an optimized design for desktops, touch screens, and smart phones. It works well on all mobile phones that use iOS, Android, or Windows OS.
Enables users from different locales to use Charts by formatting dates, currency, and numbering to suit preferences.
Export HTML5 Charts to PDF documents or to image formats such as SVG, PNG, and JPEG, as well as export chart data to XLSX and CSV formats.
Easily get started with the JavaScript Charts using a few simple lines of HTML and Javascript code example as demonstrated below. Also explore our JavaScript Charts Example that shows you how to render and configure the Charts in JavaScript.
<!DOCTYPE html>
<html>
<head></head>
<body>
<div id="container">
<div id="Chart"></div>
</div>
</body>
</html>
import { Chart, LineSeries, Category } from '@syncfusion/ej2-charts';
Chart.Inject(LineSeries, Category);
let chart: Chart = new Chart({
primaryXAxis: {
valueType: 'Category'
},
series:[{
type: 'Line',
dataSource: [{ 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' }],
xName: 'x', yName: 'y',
}],
}, '#Chart');
JavaScript Charts 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.
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.
Update with live data that changes over seconds or minutes using variety of data manipulation tools.
Mark any specific area of interest by adding custom elements (shapes, images) to make Charts more information-intensive.
Configure the look and feel of your chart to match with your requirement using several built-in options.
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.
Develop HTML5 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.
Javascript Charts 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 component.
Javascript Charts views have complete WAI-ARIA accessibility support. The Javascript Charts 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.
Right-to-left rendering allows displaying the text and layout of the Javascript Charts from right to left. This improves the user experience and accessibility for RTL languages.
Charts component is also available in Blazor, React, Angular, and Vue frameworks. Check out the different Charts platforms from the links below,
The JavaScript Charts works well with all modern web browsers such as Chrome, Firefox, Microsoft Edge, Safari, and Opera.
The Syncfusion JavaScript Charts supports the following features:
You can find our JavaScript 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.
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.