Skip to content
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

vacation2020 #13910

Merged
merged 87 commits into from Aug 11, 2020
Merged

vacation2020 #13910

merged 87 commits into from Aug 11, 2020

Conversation

bre1470
Copy link
Contributor

@bre1470 bre1470 commented Jul 15, 2020

No description provided.

@highsoft-bot highsoft-bot added this to Pending Review in Development-Flow via automation Jul 15, 2020
@highsoft-bot highsoft-bot moved this from Pending Review to In progress in Development-Flow Jul 15, 2020
@highsoft-bot
Copy link
Collaborator

highsoft-bot commented Jul 15, 2020

Visual test results - No difference found


Samples changed

Change type Sample
Deleted samples/highcharts/yaxis/type-log-negative-legacy/demo.js
Modified samples/highcharts/yaxis/type-log-negative/demo.js
Modified samples/highcharts/yaxis/type-log-negative/demo.js
Added samples/gantt/grid-axis/date-time-label-formats/demo.js
Modified samples/highcharts/export-data/join-annotations/demo.js
? samples/highcharts/export-data/concatenate-point-annotations/demo.js
Added samples/highcharts/export-data/concatenate-point-annotations/demo.js
Added samples/highcharts/annotations/include-in-data-export/demo.js

@highsoft-bot
Copy link
Collaborator

highsoft-bot commented Jul 15, 2020

File size comparison

master candidate difference
highcharts 264.4 kB 264.5 kB 124 B
highcharts, gzipped 91.6 kB 91.6 kB -7 B
highstock 343.4 kB 343.5 kB 122 B
highstock, gzipped 117.9 kB 117.9 kB -16 B
highmaps 312.8 kB 312.9 kB 119 B
highmaps, gzipped 107.0 kB 106.9 kB -72 B
highcharts-gantt 355.9 kB 356.0 kB 156 B
highcharts-gantt, gzipped 121.9 kB 121.8 kB -93 B

Development-Flow automation moved this from In progress to Pending Review Aug 10, 2020
@@ -56,6 +56,19 @@ if (!Array.prototype.indexOf) {
return -1;
};
}
if (!Array.prototype.fill) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The oldie-polyfills.js module is intended for IE6-8. Array.prototype.fill is not supported for IE9-11. This means IE9-11 will crash, so we need to implement it another way. @madepiet .

if (xAxisIndex === -1) {
const newRow: any = new Array(event.dataRows[0].length);

newRow.fill('');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the comment about the Array.prototype.fill polyfill.

if (!wasAdded) {
const newRow: any = new Array(event.dataRows[0].length);

newRow.fill('');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the comment about the Array.prototype.fill polyfill.

ts/Core/Axis/GridAxis.ts Show resolved Hide resolved
ts/Core/Axis/Axis.ts Outdated Show resolved Hide resolved
ts/Core/Axis/LogarithmicAxis.ts Outdated Show resolved Hide resolved
Copy link
Collaborator

@TorsteinHonsi TorsteinHonsi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...

@TorsteinHonsi TorsteinHonsi marked this pull request as ready for review August 11, 2020 08:49
Copy link
Collaborator

@TorsteinHonsi TorsteinHonsi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving this now, will create a new issue for the remaining comment.

@TorsteinHonsi TorsteinHonsi merged commit 9c723af into master Aug 11, 2020
Development-Flow automation moved this from Pending Review to Done Aug 11, 2020
@TorsteinHonsi TorsteinHonsi deleted the vacation2020 branch August 11, 2020 08:50
@Izothep Izothep removed this from Done in Development-Flow Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet