|
1 |
| -[<img src="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) |
| 1 | +[<img src="https://cdn.anychart.com/images/logo-transparent-segoe.png?2" width="234px" alt="AnyChart - Robust JavaScript/HTML5 Chart library for any project">](https://www.anychart.com) |
2 | 2 |
|
3 | 3 | jQuery Plugin for AnyChart.
|
4 | 4 | =========
|
5 | 5 |
|
6 |
| -jQuery plugin for AnyChart provides an easy way to use [AnyChart JavaScript Charts](http://anychart.com) with jQuery framework. |
| 6 | +jQuery plugin for AnyChart provides an easy way to use [AnyChart JavaScript Charts](https://www.anychart.com) with jQuery library. |
7 | 7 |
|
8 | 8 | ## Table of Contents
|
9 | 9 |
|
@@ -39,9 +39,9 @@ Here is a basic sample that shows how to add a column chart:
|
39 | 39 | <html>
|
40 | 40 | <head>
|
41 | 41 | <!-- Add jQuery -->
|
42 |
| - <script src="js/vendor/jquery-3.1.1.min.js"></script> |
| 42 | + <script src="path/to/node_modules/jquery/dist/jquery.min.js"></script> |
43 | 43 | <!-- Add anychart-bundle -->
|
44 |
| - <script src="js/anychart-bundle.min.js"></script> |
| 44 | + <script src="path/to/node_modules/anychart/dist/js/anychart-base.min.js"></script> |
45 | 45 | <!-- Add AnyChart jQuery plugin -->
|
46 | 46 | <script src="js/anychart-jquery.min.js"></script>
|
47 | 47 | </head>
|
@@ -131,25 +131,30 @@ See examples to learn how things work:
|
131 | 131 |
|
132 | 132 | ## Contacts
|
133 | 133 |
|
134 |
| -* Web: [www.anychart.com](http://www.anychart.com) |
| 134 | +* Web: [www.anychart.com](https://www.anychart.com) |
135 | 135 |
|
136 | 136 | * Twitter: [anychart](https://twitter.com/anychart)
|
137 | 137 | * Facebook: [AnyCharts](https://www.facebook.com/AnyCharts)
|
138 | 138 | * LinkedIn: [anychart](https://www.linkedin.com/company/anychart)
|
139 | 139 |
|
140 | 140 | ## Links
|
141 | 141 |
|
142 |
| -* [AnyChart Website](http://www.anychart.com) |
143 |
| -* [Download AnyChart](http://www.anychart.com/download/) |
144 |
| -* [AnyChart Licensing](http://www.anychart.com/buy/) |
145 |
| -* [AnyChart Support](http://www.anychart.com/support/) |
| 142 | +* [AnyChart Website](https://www.anychart.com) |
| 143 | +* [Download AnyChart](https://www.anychart.com/download/) |
| 144 | +* [AnyChart Licensing](https://www.anychart.com/buy/) |
| 145 | +* [AnyChart Support](https://www.anychart.com/support/) |
146 | 146 | * [Report Issues](https://github.com/AnyChart/AnyChart-jQuery/issues)
|
147 | 147 | * [AnyChart Playground](http://playground.anychart.com)
|
148 | 148 | * [AnyChart Documentation](http://docs.anychart.com)
|
149 | 149 | * [AnyChart API Reference](http://api.anychart.com)
|
150 |
| -* [AnyChart Sample Solutions](http://www.anychart.com/solutions/) |
151 |
| -* [AnyChart Integrations](http://www.anychart.com/integrations/) |
| 150 | +* [AnyChart Sample Solutions](https://www.anychart.com/solutions/) |
| 151 | +* [AnyChart Integrations](https://www.anychart.com/integrations/) |
152 | 152 |
|
153 | 153 | ## License
|
154 | 154 |
|
155 |
| -[© AnyChart.com - JavaScript charts](http://www.anychart.com). AnyChart jQuery plugin is released under the [Apache 2.0 License](https://github.com/AnyChart/AnyChart-jQuery/blob/master/LICENSE). |
| 155 | +AnyChart jQuery plugin sample includes two parts: |
| 156 | +- code of the plugin sample that allows to use Javascript library (in this case, AnyChart) with jQuery Library. You can use, edit, modify it, use it with other Javascript libraries without any restrictions. It is released under [Apache 2.0 License](https://github.com/AnyChart/AnyChart-jQuery/blob/master/LICENSE) |
| 157 | +- AnyChart JavaScript library. It is released under Commercial license. You can test this plugin with the trial version of AnyChart. Our trial version is not limited by time and doesn't contain any feature limitations. Check details [here](https://www.anychart.com/buy/) |
| 158 | + |
| 159 | +If you have any questions regarding licensing - please contact us. <[email protected]> |
| 160 | +[](https://github.com/igrigorik/ga-beacon) |
0 commit comments