You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-26
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[<imgsrc="https://cdn.anychart.com/images/logo-transparent-segoe.png?2"width="234px"alt="AnyChart - Robust JavaScript/HTML5 Chart library for any project">](http://www.anychart.com)
2
2
3
-
jQuery plugin for AnyChart.
3
+
jQuery Plugin for AnyChart.
4
4
=========
5
5
6
6
jQuery plugin for AnyChart provides an easy way to use [AnyChart JavaScript Charts](http://anychart.com) with jQuery framework.
@@ -10,6 +10,7 @@ jQuery plugin for AnyChart provides an easy way to use [AnyChart JavaScript Char
10
10
*[Download and Install](#download-and-install)
11
11
*[Quick Start](#quick-start)
12
12
*[Examples Overview](#examples-overview)
13
+
*[API Overview](#api-overview)
13
14
*[Contacts](#contacts)
14
15
*[Links](#links)
15
16
*[License](#license)
@@ -24,7 +25,7 @@ Binaries are located in [dist](https://github.com/AnyChart/AnyChart-jQuery/tree/
24
25
25
26
#### Package managers
26
27
27
-
You can install AnyChart-React using **npm**, **bower** or **yarn**:
28
+
You can install AnyChart-jQuery using **npm**, **bower** or **yarn**:
28
29
29
30
*`npm install anychart-jquery`
30
31
*`bower install anychart-jquery`
@@ -37,7 +38,7 @@ Here is a basic sample that shows how to add a column chart:
***[async_data_load.html](https://github.com/anychart/anychart-jquery/blob/master/examples/async_data_load.html)**: Example of async data load.
123
-
***[choropleth_map.html](https://github.com/anychart/anychart-jquery/blob/master/examples/choropleth_map.html)**: Example of choropleth map.
124
-
***[gantt.html](https://github.com/anychart/anychart-jquery/blob/master/examples/gantt.html)**: Example of gantt chart.
125
-
***[multiple_charts.html](https://github.com/anychart/anychart-jquery/blob/master/examples/multiple_charts.html)**: Example of working with multiple charts.
123
+
***[async_data_load.html](https://github.com/anychart/anychart-jquery/blob/master/examples/async_data_load.html)**: Async data loading.
***[simple_chart_update.html](https://github.com/anychart/anychart-jquery/blob/master/examples/simple_chart_update.html)**: Simple chart which can be updated (switch type, change background).
127
-
***[simple_dashboard.html](https://github.com/anychart/anychart-jquery/blob/master/examples/simple_dashboard.html)**: Example of simple dashboard.
128
-
***[stock.html](https://github.com/anychart/anychart-jquery/blob/master/examples/stock.html)**: Example of stock chart.
128
+
***[simple_dashboard.html](https://github.com/anychart/anychart-jquery/blob/master/examples/simple_dashboard.html)**: A simple dashboard.
129
+
***[stock.html](https://github.com/anychart/anychart-jquery/blob/master/examples/stock.html)**: A stock chart.
129
130
130
131
131
132
## Contacts
@@ -142,7 +143,7 @@ See these examples to learn how things work:
0 commit comments