-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
2,023 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
[<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) | ||
|
||
AngularJS v1.x directives for AnyChart | ||
|
||
========= | ||
# AngularJS v1.x directives for AnyChart | ||
|
||
AngularJS v1.x directives for AnyChart provide an easy way to use [AnyChart JavaScript Charts](http://anychart.com) | ||
with [AngularJS Framework](https://angularjs.org/). | ||
|
@@ -26,7 +24,7 @@ You can install AngularJS-plugin using **npm**, **bower** or **yarn**: | |
|
||
* `npm install anychart-angularjs` | ||
* `bower install anychart-angularjs` | ||
* `yarn install anychart-angularjs` | ||
* `yarn add anychart-angularjs` | ||
|
||
#### Direct download | ||
|
||
|
@@ -281,7 +279,7 @@ charts on the anychart stage and how to add the after-draw handler. | |
|
||
## Contacts | ||
|
||
* Web: [www.anychart.com](www.anychart.com) | ||
* Web: [www.anychart.com](http://www.anychart.com) | ||
* Email: [[email protected]](mailto:[email protected]) | ||
* Twitter: [anychart](https://twitter.com/anychart) | ||
* Facebook: [AnyCharts](https://www.facebook.com/AnyCharts) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,7 @@ | |
"description": "AngularJS v1.x directives for AnyChart", | ||
"main": "dist/anychart-angularjs.min.js", | ||
"authors": [ | ||
"Roman Lubushkin <[email protected]>", | ||
"Alexander Kudryavtsev <[email protected]>", | ||
"Anton Kagakin <[email protected]>", | ||
"Anton Saukh <[email protected]>", | ||
"Sergey Medvedev <[email protected]>", | ||
"Vitaly Radionov <[email protected]>", | ||
"Eugene Averchenko <[email protected]>" | ||
"AnyChart" | ||
], | ||
"license": "Apache-2.0", | ||
"keywords": [ | ||
|
@@ -41,8 +35,7 @@ | |
"angular", | ||
"angularjs" | ||
], | ||
"homepage": "https://github.com/AnyChart/AngularJS-plugin", | ||
"private": true, | ||
"homepage": "https://github.com/AnyChart/AnyChart-AngularJS.git", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.