Skip to content

Commit b2ef1a3

Browse files
Add charting links (#70)
1 parent 92c6c69 commit b2ef1a3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

28-charting/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ In the following examples we look at how to create many of the popular charts fr
1616

1717
### Related Blog Article
1818

19-
*COMING SOON*
19+
[Ext JS to React: Charting](https://moduscreate.com/blog/ext-js-to-react-charting/)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ext JS -> React examples
22

3-
These code examples support the Ext JS to React blog articles on the [Modus Create blog](https://moduscreate.com/blog/extjs_to_react_migration_to_open_source/).
3+
These code examples support the Ext JS to React blog articles on the [Modus Create blog](https://moduscreate.com/blog/extjs_to_react_migration_to_open_source/).
44

55
Below is an overview of the topics covered in the series (links will be updated as the series rolls out):
66

@@ -40,15 +40,15 @@ Below is an overview of the topics covered in the series (links will be updated
4040
- [Load, Sort and Filter Data with React](https://moduscreate.com/blog/ext-js-to-react-load-sort-and-filter-data-with-react/) *([code](./25-react-data))*
4141
- [Handling Data with Redux](https://moduscreate.com/blog/ext-js-to-react-handling-data-with-redux/) *([code](./26-redux-data))*
4242
- [Handling Data with MobX](https://moduscreate.com/blog/ext-js-to-react-handling-data-with-mobx/) *([code](./27-mobx-data))*
43-
- Charting
43+
- [Charting](https://moduscreate.com/blog/ext-js-to-react-charting/) *([code](./28-charting))*
4444
- Routing
4545
- Application Styling
4646
- Drag and Drop
4747
- FAQ
4848

4949
---
5050

51-
# Legal
51+
# Legal
5252
Copyright (C) 2018 Modus Create, Inc.
5353

5454
Licensed under the [MIT License](LICENSE.md).

0 commit comments

Comments
 (0)