Skip to content

Commit

Permalink
angular-fusioncharts 4.0.1 release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kaps001 committed Mar 22, 2023
1 parent 8f0c097 commit 039a98e
Show file tree
Hide file tree
Showing 13 changed files with 14,606 additions and 11,079 deletions.
28 changes: 18 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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

Expand Down
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
Expand Up @@ -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)
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion dist/dist/index.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@
},
"devDependencies": {},
"peerDependencies": {
"@angular/core": ">=12.2.17"
"@angular/core": "^4.0.0",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.0.1",
"zone.js": "^0.8.16"
},
"engines": {
"node": ">=4.4.1"
Expand Down
2 changes: 1 addition & 1 deletion dist/src/fusioncharts.component.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/src/fusioncharts.directive.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ export declare class FusionChartsDirective {
private el;
constructor(el: ElementRef);
static ɵfac: i0.ɵɵFactoryDeclaration<FusionChartsDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FusionChartsDirective, "[appFusionchartsDirective]", never, {}, {}, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FusionChartsDirective, "[appFusionchartsDirective]", never, {}, {}, never, never, false>;
}
2 changes: 1 addition & 1 deletion dist/src/fusioncharts.pipe.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ import * as i0 from "@angular/core";
export declare class FusionChartsPipe implements PipeTransform {
transform(value: any, args?: any[]): string;
static ɵfac: i0.ɵɵFactoryDeclaration<FusionChartsPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<FusionChartsPipe, "fusionchartsPipe">;
static ɵpipe: i0.ɵɵPipeDeclaration<FusionChartsPipe, "fusionchartsPipe", false>;
static ɵprov: i0.ɵɵInjectableDeclaration<FusionChartsPipe>;
}
2 changes: 1 addition & 1 deletion dist/src/fusioncharts.service.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-dist.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-fusioncharts",
"version": "3.0.3",
"version": "4.0.1",
"repository": {
"type": "git",
"url": "https://github.com/fusioncharts/angular-fusioncharts"
Expand Down
Loading

0 comments on commit 039a98e

Please sign in to comment.