Skip to content

Commit

Permalink
Version 4.10.33
Browse files Browse the repository at this point in the history
  • Loading branch information
martynasma committed Jan 2, 2023
1 parent b181d6a commit 28e4380
Show file tree
Hide file tree
Showing 37 changed files with 161 additions and 93 deletions.
6 changes: 6 additions & 0 deletions dist/ember/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.33] - 2023-01-02

### Fixed
- `DateAxis` with data grouping enabled could go into infinite loop of switching between period in some specific data setups.


## [4.10.32] - 2022-12-14

### Fixed
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.32",
"version": "4.10.33",
"description": "Ember add-on for amCharts 4",
"keywords": [
"ember-addon",
Expand Down
6 changes: 6 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,12 @@ 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.33] - 2023-01-02

### Fixed
- `DateAxis` with data grouping enabled could go into infinite loop of switching between period in some specific data setups.


## [4.10.32] - 2022-12-14

### Fixed
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.

6 changes: 6 additions & 0 deletions dist/ember/vendor/script/amcharts4/geodata/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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] - ????-??-??

### Changed
- Map of the Pakistan was updated to adhere to local requirements.


## [4.1.26] - 2022-10-19

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion dist/ember/vendor/script/amcharts4/geodata/pakistanHigh.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions dist/es2015/.internal/charts/axes/DateAxis.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,12 @@ export declare class DateAxis<T extends AxisRenderer = AxisRenderer> extends Val
* @readonly
*/
tooltipDate: Date;
protected _intervalMax: {
[index: string]: number;
};
protected _intervalMin: {
[index: string]: number;
};
/**
* Constructor
*/
Expand Down Expand Up @@ -494,6 +500,14 @@ export declare class DateAxis<T extends AxisRenderer = AxisRenderer> extends Val
* @todo Does nothing?
*/
handleSelectionExtremesChange(): void;
/**
* @ignore
*/
getIntervalMax(interval: ITimeInterval): number;
/**
* @ignore
*/
getIntervalMin(interval: ITimeInterval): number;
/**
* Calculates all positions, related to axis as per current zoom.
*
Expand Down Expand Up @@ -1101,4 +1115,5 @@ export declare class DateAxis<T extends AxisRenderer = AxisRenderer> extends Val
* @return base value
*/
readonly baseValue: number;
protected _saveMinMax(min: number, max: number): void;
}
30 changes: 29 additions & 1 deletion dist/es2015/.internal/charts/axes/DateAxis.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/charts/axes/DateAxis.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/es2015/.internal/charts/axes/ValueAxis.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -957,4 +957,5 @@ export declare class ValueAxis<T extends AxisRenderer = AxisRenderer> extends Ax
processConfig(config?: {
[index: string]: any;
}): void;
protected _saveMinMax(_min: number, _max: number): void;
}
3 changes: 3 additions & 0 deletions dist/es2015/.internal/charts/axes/ValueAxis.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/charts/axes/ValueAxis.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.

6 changes: 6 additions & 0 deletions dist/es2015/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.33] - 2023-01-02

### Fixed
- `DateAxis` with data grouping enabled could go into infinite loop of switching between period in some specific data setups.


## [4.10.32] - 2022-12-14

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion dist/es2015/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amcharts/amcharts4",
"version": "4.10.32",
"version": "4.10.33",
"author": "amCharts <[email protected]> (https://www.amcharts.com/)",
"description": "amCharts 4",
"homepage": "https://www.amcharts.com/",
Expand Down
6 changes: 6 additions & 0 deletions dist/geodata/es2015/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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] - ????-??-??

### Changed
- Map of the Pakistan was updated to adhere to local requirements.


## [4.1.26] - 2022-10-19

### Fixed
Expand Down
Loading

0 comments on commit 28e4380

Please sign in to comment.