-
Notifications
You must be signed in to change notification settings - Fork 37
Fusion Chart 3.20 #165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Fusion Chart 3.20 #165
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
13ebd57
Merge branch 'hotfix/hotfix_branch_3.0.4'
rohanoid5 aa2a96a
commit for unstable version upgrade
scott1905 13e34c6
commit for unstable 8 version
scott1905 b6fa5ac
commit for unstable 8 version removed http
scott1905 5214d42
commit for stable version of angular 8
scott1905 e933aab
commit for unstable version 9
scott1905 82bf67e
commit for unstable version 10
scott1905 486061d
commit for stable version of angular 10
scott1905 d0a4da7
commit for unstable version of angular 11
scott1905 57539f1
commit for stable version of angular 11
scott1905 b1e1f40
commit for unstable version of angular 12
scott1905 f9474cc
commit for stable version of angular 12
scott1905 1735d2d
commit for unstable version of angular 13
scott1905 c39418f
commit for stable version of angular 13
scott1905 9a86847
commit for unstable version of angular 14
scott1905 c7552c2
commit for stable version of angular 14
scott1905 818bbc2
commit for unstable version of angular 15
scott1905 75d246a
commit for unstable version of angular 15 second part
scott1905 1596f8f
fix for ticket 2245 upgrading project to angular version 15
anthony-appwrk 7f86dfc
commit to generate stable package version
anthony-appwrk e200f98
fixing angular package issue
anthony-appwrk 3313e0e
added index.min.js
kaps001 d3b13b8
Corrected Peer Dependencies for the package
kaps001 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,12 @@ | ||
| # This file is used by the build system to adjust CSS and JS output to support the specified browsers below. | ||
| # For additional information regarding the format and rule options, please see: | ||
| # https://github.com/browserslist/browserslist#queries | ||
|
|
||
| # You can see what browsers were selected by your queries by running: | ||
| # npx browserslist | ||
|
|
||
| > 0.5% | ||
| last 2 versions | ||
| Firefox ESR | ||
| not dead | ||
| not IE 9-11 # For IE 9-11 support, remove 'not'. |
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -24,6 +24,7 @@ | |
| !.vscode/extensions.json | ||
|
|
||
| # misc | ||
| /.angular/cache | ||
| /.sass-cache | ||
| /connect.lock | ||
| /coverage | ||
|
|
||
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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,124 @@ | ||
| { | ||
| "$schema": "./node_modules/@angular/cli/lib/config/schema.json", | ||
| "version": 1, | ||
| "newProjectRoot": "projects", | ||
| "projects": { | ||
| "angular-fusioncharts": { | ||
| "root": "", | ||
| "sourceRoot": "src", | ||
| "projectType": "application", | ||
| "prefix": "app", | ||
| "schematics": {}, | ||
| "architect": { | ||
| "build": { | ||
| "builder": "@angular-devkit/build-angular:browser", | ||
| "options": { | ||
| "allowedCommonJsDependencies": [ | ||
| "ng2-codemirror", | ||
| "fusioncharts" | ||
| ], | ||
| "outputPath": "dist/angular-fusioncharts", | ||
| "index": "src/index.html", | ||
| "main": "src/main.ts", | ||
| "polyfills": "src/polyfills.ts", | ||
| "tsConfig": "src/tsconfig.app.json", | ||
| "assets": [ | ||
| "src/favicon.ico", | ||
| "src/assets" | ||
| ], | ||
| "styles": [ | ||
| "src/styles.css" | ||
| ], | ||
| "scripts": [], | ||
| "aot": false, | ||
| "vendorChunk": true, | ||
| "extractLicenses": false, | ||
| "buildOptimizer": false, | ||
| "sourceMap": true, | ||
| "optimization": false, | ||
| "namedChunks": true | ||
| }, | ||
| "configurations": { | ||
| "production": { | ||
| "fileReplacements": [ | ||
| { | ||
| "replace": "src/environments/environment.ts", | ||
| "with": "src/environments/environment.prod.ts" | ||
| } | ||
| ], | ||
| "optimization": true, | ||
| "outputHashing": "all", | ||
| "sourceMap": false, | ||
| "namedChunks": false, | ||
| "aot": true, | ||
| "extractLicenses": true, | ||
| "vendorChunk": false, | ||
| "buildOptimizer": true, | ||
| "budgets": [ | ||
| { | ||
| "type": "initial", | ||
| "maximumWarning": "2mb", | ||
| "maximumError": "5mb" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| "defaultConfiguration": "" | ||
| }, | ||
| "serve": { | ||
| "builder": "@angular-devkit/build-angular:dev-server", | ||
| "options": { | ||
| "browserTarget": "angular-fusioncharts:build" | ||
| }, | ||
| "configurations": { | ||
| "production": { | ||
| "browserTarget": "angular-fusioncharts:build:production" | ||
| } | ||
| } | ||
| }, | ||
| "extract-i18n": { | ||
| "builder": "@angular-devkit/build-angular:extract-i18n", | ||
| "options": { | ||
| "browserTarget": "angular-fusioncharts:build" | ||
| } | ||
| }, | ||
| "test": { | ||
| "builder": "@angular-devkit/build-angular:karma", | ||
| "options": { | ||
| "main": "src/test.ts", | ||
| "polyfills": "src/polyfills.ts", | ||
| "tsConfig": "src/tsconfig.spec.json", | ||
| "karmaConfig": "src/karma.conf.js", | ||
| "styles": [ | ||
| "src/styles.css" | ||
| ], | ||
| "scripts": [], | ||
| "assets": [ | ||
| "src/favicon.ico", | ||
| "src/assets" | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| }, | ||
| "angular-fusioncharts-e2e": { | ||
| "root": "e2e/", | ||
| "projectType": "application", | ||
| "prefix": "", | ||
| "architect": { | ||
| "e2e": { | ||
| "builder": "@angular-devkit/build-angular:protractor", | ||
| "options": { | ||
| "protractorConfig": "e2e/protractor.conf.js", | ||
| "devServerTarget": "angular-fusioncharts:serve" | ||
| }, | ||
| "configurations": { | ||
| "production": { | ||
| "devServerTarget": "angular-fusioncharts:serve:production" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } |
This file contains hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
React?