Skip to content

Commit

Permalink
Version 4.10.25
Browse files Browse the repository at this point in the history
  • Loading branch information
martynasma committed Apr 19, 2022
1 parent a5c2751 commit 7118b63
Show file tree
Hide file tree
Showing 163 changed files with 2,106 additions and 769 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/stale@v2.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days'
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
days-before-stale: 30
days-before-close: 5
stale-issue-label: 'stale'
Expand Down
10 changes: 10 additions & 0 deletions dist/ember/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
Please note, that this project, while following numbering syntax, it DOES NOT
adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) rules.

## [4.10.25] - 2022-04-19

### Added
- `baseValue` added to `ForceDirectedSeries` (default: `0`). Used for calculating node radius.

### Fixed
- `focusFilter` property was not being cloned.
- Setting `tabindex` to a negative value was not working properly.


## [4.10.24] - 2022-02-14

### Changed
Expand Down
2 changes: 1 addition & 1 deletion dist/ember/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amcharts/amcharts4-ember",
"version": "4.10.24",
"version": "4.10.25",
"description": "Ember add-on for amCharts 4",
"keywords": [
"ember-addon",
Expand Down
10 changes: 10 additions & 0 deletions dist/ember/vendor/script/amcharts4/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
Please note, that this project, while following numbering syntax, it DOES NOT
adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) rules.

## [4.10.25] - 2022-04-19

### Added
- `baseValue` added to `ForceDirectedSeries` (default: `0`). Used for calculating node radius.

### Fixed
- `focusFilter` property was not being cloned.
- Setting `tabindex` to a negative value was not working properly.


## [4.10.24] - 2022-02-14

### Changed
Expand Down
2 changes: 1 addition & 1 deletion dist/ember/vendor/script/amcharts4/core.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ember/vendor/script/amcharts4/core.js.map

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion dist/ember/vendor/script/amcharts4/geodata/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,22 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [UNRELEASED] - ????-??-??
## [4.1.23] - 2022-03-31

### Added
- New map: `regions/world/africaMorocco*` (Moroccan version of the map of Africa).
- New map: `latvia2021*` (updated in 2021 region map for Latvia).
- New map: Taiwan.
- New map: `spainProvinces2*` (same as `spainProvinces*` except with overseas territories moved close to mainland).
- New map: `franceDepartments2*` (mainland + overseas departments).

### Fixed
- Fixed area IDs in map of Slovenia.
- Fixed JSON syntax error in `ugandaLow.json`.
- Added some missing maps to `countries` and `countries2` data files.
- Fixed some name typos in the map of Hungary.
- Fixed names in the map of Chad.
- Fixed Morelos (Mexico) county map.


## [4.1.22] - 2021-09-24
Expand Down
2 changes: 1 addition & 1 deletion dist/ember/vendor/script/amcharts4/geodata/chadHigh.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ember/vendor/script/amcharts4/geodata/chadLow.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ember/vendor/script/amcharts4/geodata/hungaryHigh.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ember/vendor/script/amcharts4/geodata/hungaryLow.js

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions dist/ember/vendor/script/amcharts4/geodata/latvia2021High.js

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions dist/ember/vendor/script/amcharts4/geodata/latvia2021Low.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ember/vendor/script/amcharts4/geodata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amcharts/amcharts4-geodata",
"version": "4.1.22",
"version": "4.1.23",
"author": "amCharts <contact@amcharts.com> (https://www.amcharts.com/)",
"description": "amCharts 4 Geo Data",
"homepage": "https://www.amcharts.com/",
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions dist/ember/vendor/script/amcharts4/geodata/spainProvinces2High.js

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions dist/ember/vendor/script/amcharts4/geodata/spainProvinces2Low.js

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions dist/ember/vendor/script/amcharts4/geodata/taiwanHigh.js

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions dist/ember/vendor/script/amcharts4/geodata/taiwanLow.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

64 changes: 64 additions & 0 deletions dist/ember/vendor/shims/amcharts4.js
Original file line number Diff line number Diff line change
Expand Up @@ -1374,6 +1374,22 @@ define('@amcharts/amcharts4-geodata/finlandLow', [], function () {
}
throw new Error("You must add 'geodata/finlandLow' to the amcharts4.files array in your EmberApp.");
});
define('@amcharts/amcharts4-geodata/franceDepartments2High', [], function () {
'use strict';
var output = self.am4geodata_franceDepartments2High;
if (output != null) {
return output;
}
throw new Error("You must add 'geodata/franceDepartments2High' to the amcharts4.files array in your EmberApp.");
});
define('@amcharts/amcharts4-geodata/franceDepartments2Low', [], function () {
'use strict';
var output = self.am4geodata_franceDepartments2Low;
if (output != null) {
return output;
}
throw new Error("You must add 'geodata/franceDepartments2Low' to the amcharts4.files array in your EmberApp.");
});
define('@amcharts/amcharts4-geodata/franceDepartmentsHigh', [], function () {
'use strict';
var output = self.am4geodata_franceDepartmentsHigh;
Expand Down Expand Up @@ -2742,6 +2758,22 @@ define('@amcharts/amcharts4-geodata/laosLow', [], function () {
}
throw new Error("You must add 'geodata/laosLow' to the amcharts4.files array in your EmberApp.");
});
define('@amcharts/amcharts4-geodata/latvia2021High', [], function () {
'use strict';
var output = self.am4geodata_latvia2021High;
if (output != null) {
return output;
}
throw new Error("You must add 'geodata/latvia2021High' to the amcharts4.files array in your EmberApp.");
});
define('@amcharts/amcharts4-geodata/latvia2021Low', [], function () {
'use strict';
var output = self.am4geodata_latvia2021Low;
if (output != null) {
return output;
}
throw new Error("You must add 'geodata/latvia2021Low' to the amcharts4.files array in your EmberApp.");
});
define('@amcharts/amcharts4-geodata/latviaHigh', [], function () {
'use strict';
var output = self.am4geodata_latviaHigh;
Expand Down Expand Up @@ -6734,6 +6766,22 @@ define('@amcharts/amcharts4-geodata/spainLow', [], function () {
}
throw new Error("You must add 'geodata/spainLow' to the amcharts4.files array in your EmberApp.");
});
define('@amcharts/amcharts4-geodata/spainProvinces2High', [], function () {
'use strict';
var output = self.am4geodata_spainProvinces2High;
if (output != null) {
return output;
}
throw new Error("You must add 'geodata/spainProvinces2High' to the amcharts4.files array in your EmberApp.");
});
define('@amcharts/amcharts4-geodata/spainProvinces2Low', [], function () {
'use strict';
var output = self.am4geodata_spainProvinces2Low;
if (output != null) {
return output;
}
throw new Error("You must add 'geodata/spainProvinces2Low' to the amcharts4.files array in your EmberApp.");
});
define('@amcharts/amcharts4-geodata/spainProvincesHigh', [], function () {
'use strict';
var output = self.am4geodata_spainProvincesHigh;
Expand Down Expand Up @@ -6910,6 +6958,22 @@ define('@amcharts/amcharts4-geodata/syriaLow', [], function () {
}
throw new Error("You must add 'geodata/syriaLow' to the amcharts4.files array in your EmberApp.");
});
define('@amcharts/amcharts4-geodata/taiwanHigh', [], function () {
'use strict';
var output = self.am4geodata_taiwanHigh;
if (output != null) {
return output;
}
throw new Error("You must add 'geodata/taiwanHigh' to the amcharts4.files array in your EmberApp.");
});
define('@amcharts/amcharts4-geodata/taiwanLow', [], function () {
'use strict';
var output = self.am4geodata_taiwanLow;
if (output != null) {
return output;
}
throw new Error("You must add 'geodata/taiwanLow' to the amcharts4.files array in your EmberApp.");
});
define('@amcharts/amcharts4-geodata/tajikistanHigh', [], function () {
'use strict';
var output = self.am4geodata_tajikistanHigh;
Expand Down
12 changes: 5 additions & 7 deletions dist/es2015/.internal/core/Sprite.js

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

2 changes: 1 addition & 1 deletion dist/es2015/.internal/core/Sprite.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/es2015/.internal/core/System.js

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

2 changes: 1 addition & 1 deletion dist/es2015/.internal/core/System.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,15 @@ export interface IForceDirectedSeriesProperties extends ISeriesProperties {
* @since 4.10.17
*/
showOnTick?: number;
/**
* Base value, used when calculating node radius.
*
* Set it to a value, or `undefined` if you want to calculate from the
* lowest value in series.
*
* @default 0
*/
baseValue?: number;
}
/**
* Defines events for [[ForceDirectedSeries]].
Expand Down Expand Up @@ -410,6 +419,10 @@ export declare class ForceDirectedSeries extends Series {
* @ignore
*/
protected _maxValue: number;
/**
* @ignore
*/
protected _minValue: number;
/**
* @ignore
*/
Expand All @@ -436,6 +449,15 @@ export declare class ForceDirectedSeries extends Series {
* @return Max
*/
protected getMaxValue(dataItems: OrderedListTemplate<ForceDirectedSeriesDataItem>, max: number): number;
/**
* Returns maximum value from all supplied data items.
*
* @ignore
* @param dataItems List of data items
* @param max Default max
* @return Max
*/
protected getMinValue(dataItems: OrderedListTemplate<ForceDirectedSeriesDataItem>, min: number): number;
/**
* Validates (processes) data items.
*
Expand Down Expand Up @@ -551,6 +573,16 @@ export declare class ForceDirectedSeries extends Series {
* @return Minimum radius (px or percent)
*/
minRadius: number | Percent;
/**
* Base value. If you set it to null, real minimum value of your data will be used.
*
* @default 0
* @param value Minimum value
*/
/**
* @return Minimum value
*/
baseValue: number;
/**
* Biggest possible radius in pixels of the node circle.
*
Expand Down

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

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions dist/es2015/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
Please note, that this project, while following numbering syntax, it DOES NOT
adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) rules.

## [4.10.25] - 2022-04-19

### Added
- `baseValue` added to `ForceDirectedSeries` (default: `0`). Used for calculating node radius.

### Fixed
- `focusFilter` property was not being cloned.
- Setting `tabindex` to a negative value was not working properly.


## [4.10.24] - 2022-02-14

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.1.0",
"devDependencies": {
"@amcharts/amcharts4": "file:../../..",
"@amcharts/amcharts4-geodata": "^4.1.22",
"@amcharts/amcharts4-geodata": "^4.1.23",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.4.1",
Expand Down
2 changes: 1 addition & 1 deletion dist/es2015/examples/javascript/day-night-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.1.0",
"devDependencies": {
"@amcharts/amcharts4": "file:../../..",
"@amcharts/amcharts4-geodata": "^4.1.22",
"@amcharts/amcharts4-geodata": "^4.1.23",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.4.1",
Expand Down
Loading

0 comments on commit 7118b63

Please sign in to comment.