Skip to content

Commit 1cd32bd

Browse files
committed
Anychart 8.0.0 added
1 parent b4002bb commit 1cd32bd

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ anychart | `<div anychart></div>` | Supports attributes specific to this directi
130130
anygantt | `<div anygantt></div>` | Supports attributes specific to this directive and generates a chart from anygantt module (`ganttResource` and `ganttProject`)
131131
anymap | `<div anymap></div>` |Supports attributes specific to this directive and generates a chart from anymap module (`choropleth`, `bubbleMap`, etc.).
132132
anystock | `<div anystock></div>` | Supports attributes specific to this directive and generates a chart from anystock module (`anychart.stock`).
133-
anychart-stage | `<div anychart-stage></div>` | Generates anychart [stage](http://docs.anychart.com/latest/Dashboards/Stage-Based_Layout) to deal with complex charts and any kind of custom drawing.
133+
anychart-stage | `<div anychart-stage></div>` | Generates anychart [stage](https://docs.anychart.com/Dashboards/Stage-Based_Layout) to deal with complex charts and any kind of custom drawing.
134134

135135

136136
#### `anychart` directive attributes
@@ -291,7 +291,7 @@ charts on the anychart stage and how to add the after-draw handler.
291291
* [Download AnyChart](https://www.anychart.com/download/)
292292
* [AnyChart Licensing](https://www.anychart.com/buy/)
293293
* [AnyChart Support](https://www.anychart.com/support/)
294-
* [Report Issues](http://github.com/AnyChart/anychart/issues)
294+
* [Report Issues](https://github.com/AnyChart/anychart/issues)
295295
* [AnyChart Playground](https://playground.anychart.com)
296296
* [AnyChart Documentation](https://docs.anychart.com)
297297
* [AnyChart API Reference](https://api.anychart.com)
@@ -300,7 +300,17 @@ charts on the anychart stage and how to add the after-draw handler.
300300

301301
## License
302302

303-
[© AnyChart.com - JavaScript charts](http://www.anychart.com).
303+
304+
AngularJS v1.x directives for AnyChart include two parts:
305+
- code of the plugin that allows to use Javascript library (in this case, AnyChart) with AngularJS 1.x.
306+
You can use, edit, modify it, use it with other Javascript libraries without any restrictions.
307+
It is released under [Apache 2.0 License](LICENSE).
308+
- AnyChart JavaScript library. It is released under Commercial license.
309+
You can test this plugin with the trial version of AnyChart.
310+
Our trial version is not limited by time and doesn't contain any feature
311+
limitations. Check details [here](https://www.anychart.com/buy/).
312+
313+
If you have any questions regarding licensing - please contact us. <[email protected]>
304314
[![Analytics](https://ga-beacon.appspot.com/UA-228820-4/Plugins/AngularJS-v1x?pixel&useReferer)](https://github.com/igrigorik/ga-beacon)
305315

306316

0 commit comments

Comments
 (0)