Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fusioncharts/angular-fusioncharts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 46727e3538ea15d34e98a602ba420a1f7b9e7c94
Choose a base ref
..
head repository: fusioncharts/angular-fusioncharts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3963c70f24f4b502f26ac12eeda97958f82a723f
Choose a head ref
Showing with 16,222 additions and 2,620 deletions.
  1. +22 −0 LICENSE.md
  2. +18 −10 README.md
  3. +22 −0 dist/LICENSE.md
  4. +18 −10 dist/README.md
  5. +1 −1 dist/dist/index.min.js
  6. +1 −1 dist/package.json
  7. +1 −1 dist/src/fusioncharts.component.d.ts
  8. +1 −1 dist/src/fusioncharts.directive.d.ts
  9. +1 −1 dist/src/fusioncharts.pipe.d.ts
  10. +1 −1 dist/src/fusioncharts.service.js.map
  11. +2 −5 package-dist.json
  12. +15,675 −1,908 package-lock.json
  13. +7 −6 package.json
  14. +452 −675 yarn.lock
22 changes: 22 additions & 0 deletions LICENSE.md
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.
28 changes: 18 additions & 10 deletions README.md
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 angular-fusioncharts@4.0.1, we are now supporting Angular 14 & Angular 15 applications as well which was not supported till angular-fusioncharts@4.0.0 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

22 changes: 22 additions & 0 deletions dist/LICENSE.md
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.
28 changes: 18 additions & 10 deletions dist/README.md
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 angular-fusioncharts@4.0.1, we are now supporting Angular 14 & Angular 15 applications as well which was not supported till angular-fusioncharts@4.0.0 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

Loading