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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,9 +68,9 @@ ReactDOM.render(
68
68
```
69
69
70
70
## Build
71
-
We use [gulp](http://gulpjs.com/) to compile plugin source code and examples.
72
-
Please install all necessary dependencies using following command
71
+
To build plugin and samples you need to install (gulp)[(http://gulpjs.com/)] if you don't have it installed already.
73
72
73
+
Please install remaining dependencies using following command
74
74
```
75
75
npm install
76
76
```
@@ -82,7 +82,7 @@ gulp
82
82
```
83
83
84
84
#### Building examples
85
-
To comile all examples run following command
85
+
To compile all examples run following command
86
86
```
87
87
gulp examples
88
88
```
@@ -101,12 +101,12 @@ React Plugin for AnyChart is developed using ES6 syntax. There are `import` and
101
101
See these examples to learn how things work:
102
102
103
103
***[Chart with JSON Settings](https://github.com/anychart/anychart-react/blob/master/examples/chart_with_json)**: Chart with complex JSON settings.
104
-
***[Charts_with_Controls](https://github.com/anychart/anychart-react/blob/master/examples/chart_with_controls)**: Simple demo with 2 charts. Allows to change title and enable/disable legend.
104
+
***[Charts_with_Controls](https://github.com/anychart/anychart-react/blob/master/examples/charts_with_controls)**: Simple demo with 2 charts. Allows to change title and enable/disable legend.
***[Tabs](https://github.com/anychart/anychart-react/blob/master/examples/chart_with_json)**: Demo shows how you can use AnyChart with [React Tabs](https://github.com/reactjs/react-tabs); also shows how to control a legend using component state.
109
+
***[Tabs](https://github.com/anychart/anychart-react/blob/master/examples/tabs)**: Demo shows how you can use AnyChart with [React Tabs](https://github.com/reactjs/react-tabs); also shows how to control a legend using component state.
110
110
111
111
The source code for all examples is in the [`examples/src`](https://github.com/anychart/anychart-react/blob/master/examples/src) folder.
0 commit comments