-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
angular-fusioncharts 4.0.1 release changes
- Loading branch information
Showing
13 changed files
with
14,606 additions
and
11,079 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,8 @@ | |
|
||
A simple and lightweight official Angular component for FusionCharts JavaScript charting library. angular-fusioncharts enables you to add JavaScript charts in your Angular application without any hassle. | ||
|
||
With the latest version of [email protected], we are now supporting Angular 14 & Angular 15 applications as well which was not supported till [email protected] The angular-fusioncharts 4.0.1 can be used with all the versions of FusionCharts till the v3.20.0. | ||
|
||
## [Demo](https://fusioncharts.github.io/angular-fusioncharts/) | ||
|
||
- Github Repo: [https://github.com/fusioncharts/angular-fusioncharts](https://github.com/fusioncharts/angular-fusioncharts) | ||
|
@@ -16,16 +18,22 @@ A simple and lightweight official Angular component for FusionCharts JavaScript | |
|
||
## Table of Contents | ||
|
||
- [Getting Started](#getting-started) | ||
- [Requirements](#requirements) | ||
- [Installation](#installation) | ||
- [Working with chart API](#working-with-apis) | ||
- [Working with events](#working-with-events) | ||
- [Quick Start](#quick-start) | ||
- [Going Beyond Charts](#going-beyond-charts) | ||
- [Usage and Integration of FusionTime](#usage-and-integration-of-fusionTime) | ||
- [For Contributors](#for-contributors) | ||
- [Licensing](#licensing) | ||
- [angular-fusioncharts](#angular-fusioncharts) | ||
- [Demo](#demo) | ||
- [Table of Contents](#table-of-contents) | ||
- [Getting Started](#getting-started) | ||
- [Requirements](#requirements) | ||
- [Installation](#installation) | ||
- [Quick Start](#quick-start) | ||
- [Working with Events](#working-with-events) | ||
- [Working with APIs](#working-with-apis) | ||
- [Usage and integration of FusionTime](#usage-and-integration-of-fusiontime) | ||
- [Setup for FusionTime](#setup-for-fusiontime) | ||
- [Component code](#component-code) | ||
- [Template Code](#template-code) | ||
- [For Contributors](#for-contributors) | ||
- [Going Beyond Charts](#going-beyond-charts) | ||
- [Licensing](#licensing) | ||
|
||
## Getting Started | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
The MIT | ||
License | ||
|
||
Copyright (c) 2010-2022 Google LLC. https://angular.io/license | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a | ||
copy of this software and associated documentation files (the | ||
“Software”), to deal in the Software without restriction, including | ||
without limitation the rights to use, copy, ,modify, merge, publish, | ||
distribute, sublicense, and/or sell copies of the Software, and to permit | ||
persons to whom the Software is furnished to do so, subject to the | ||
following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included | ||
in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS | ||
OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
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 |
---|---|---|
|
@@ -2,6 +2,8 @@ | |
|
||
A simple and lightweight official Angular component for FusionCharts JavaScript charting library. angular-fusioncharts enables you to add JavaScript charts in your Angular application without any hassle. | ||
|
||
With the latest version of [email protected], we are now supporting Angular 14 & Angular 15 applications as well which was not supported till [email protected] The angular-fusioncharts 4.0.1 can be used with all the versions of FusionCharts till the v3.20.0. | ||
|
||
## [Demo](https://fusioncharts.github.io/angular-fusioncharts/) | ||
|
||
- Github Repo: [https://github.com/fusioncharts/angular-fusioncharts](https://github.com/fusioncharts/angular-fusioncharts) | ||
|
@@ -16,16 +18,22 @@ A simple and lightweight official Angular component for FusionCharts JavaScript | |
|
||
## Table of Contents | ||
|
||
- [Getting Started](#getting-started) | ||
- [Requirements](#requirements) | ||
- [Installation](#installation) | ||
- [Working with chart API](#working-with-apis) | ||
- [Working with events](#working-with-events) | ||
- [Quick Start](#quick-start) | ||
- [Going Beyond Charts](#going-beyond-charts) | ||
- [Usage and Integration of FusionTime](#usage-and-integration-of-fusionTime) | ||
- [For Contributors](#for-contributors) | ||
- [Licensing](#licensing) | ||
- [angular-fusioncharts](#angular-fusioncharts) | ||
- [Demo](#demo) | ||
- [Table of Contents](#table-of-contents) | ||
- [Getting Started](#getting-started) | ||
- [Requirements](#requirements) | ||
- [Installation](#installation) | ||
- [Quick Start](#quick-start) | ||
- [Working with Events](#working-with-events) | ||
- [Working with APIs](#working-with-apis) | ||
- [Usage and integration of FusionTime](#usage-and-integration-of-fusiontime) | ||
- [Setup for FusionTime](#setup-for-fusiontime) | ||
- [Component code](#component-code) | ||
- [Template Code](#template-code) | ||
- [For Contributors](#for-contributors) | ||
- [Going Beyond Charts](#going-beyond-charts) | ||
- [Licensing](#licensing) | ||
|
||
## Getting Started | ||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.