Skip to content

Commit a7b8f8e

Browse files
author
pipeline
committed
config(EJ2-2593): Configuration for ReactJS has been added. (origin/EJ2-1985-Bubble-Merge)
1 parent 9b80a0a commit a7b8f8e

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

chart/ReadMe.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1+
12
# Overview
23

3-
High performance charting library with over chart types. Its rich feature set includes functionalities like data binding, multiple axes, trackball, crosshair, and zooming. It comes with full documentation and support and is available under commercial and community licenses – please visit www.syncfusion.com to get started.
4+
The Chart control is used to visualize the data with user interactivity and provides customizing options to configure the data visually.
5+
It can bind data from datasource such as array of JSON objects , OData web services or
6+
[`DataManager`](http://ej2.syncfusion.com/documentation/data/api-dataManager.html). All chart elements are
7+
rendered using Scalable Vector Graphics (SVG).
8+
9+
## Key Features
10+
11+
* Supports 14 interactive chart types starting from line series to stacking series.
12+
* Support to bind local and remote datasource.
13+
* Supports multiple axes, and able to plot data with different data types such as numbers, datetime, logarithmic and string.
14+
* Supports interactive features like zooming, crosshair, trackball, tooltip and selection.
415

516
## Resources
617

7-
[Demos](http://ej2.syncfusion.com/demos/#/chart/line.html)
18+
[Demos](http://ej2.syncfusion.com/demos/#/chart/line.html)
19+
[Documentation](http://ej2.syncfusion.com/documentation/chart/)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2",
3-
"version": "1.25.2",
3+
"version": "1.26.0",
44
"description": "Syncfusion TypeScript",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)