Skip to content

Commit

Permalink
v10.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TorsteinHonsi committed Aug 29, 2022
1 parent 30e0462 commit ad16719
Show file tree
Hide file tree
Showing 763 changed files with 70,547 additions and 62,009 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "highcharts",
"version": "10.2.0",
"version": "10.2.1",
"main": "highcharts.js",
"license": "https://www.highcharts.com/license",
"types": "highcharts.d.ts"
Expand Down
30 changes: 10 additions & 20 deletions css/highcharts.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
height: 100%;
text-align: left;
line-height: normal;
z-index: 0;
/* #1072 */
z-index: 0; /* #1072 */
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
font-size: 12px;
Expand Down Expand Up @@ -200,24 +199,20 @@ div.highcharts-tooltip {

.highcharts-point-inactive {
opacity: 0.2;
transition: opacity 50ms;
/* quick in */
transition: opacity 50ms; /* quick in */
}

.highcharts-series-inactive {
opacity: 0.2;
transition: opacity 50ms;
/* quick in */
transition: opacity 50ms; /* quick in */
}

.highcharts-state-hover path {
transition: stroke-width 50ms;
/* quick in */
transition: stroke-width 50ms; /* quick in */
}

.highcharts-state-normal path {
transition: stroke-width 250ms;
/* slow out */
transition: stroke-width 250ms; /* slow out */
}

/* Legend hover affects points and series */
Expand Down Expand Up @@ -484,8 +479,7 @@ g.highcharts-series,
fill: #cccccc;
}

circle.highcharts-legend-nav-active, circle.highcharts-legend-nav-inactive {
/* tracker */
circle.highcharts-legend-nav-active, circle.highcharts-legend-nav-inactive { /* tracker */
fill: rgba(192, 192, 192, 0.0001);
}

Expand Down Expand Up @@ -611,8 +605,7 @@ circle.highcharts-legend-nav-active, circle.highcharts-legend-nav-inactive {
}

.highcharts-navigator-mask-inside {
fill: #6685c2;
/* navigator.maskFill option */
fill: #6685c2; /* navigator.maskFill option */
fill-opacity: 0.25;
cursor: ew-resize;
}
Expand Down Expand Up @@ -750,13 +743,11 @@ circle.highcharts-legend-nav-active, circle.highcharts-legend-nav-inactive {
input.highcharts-range-selector {
position: absolute;
border: 0;
width: 1px;
/* Chrome needs a pixel to see it */
width: 1px; /* Chrome needs a pixel to see it */
height: 1px;
padding: 0;
text-align: center;
left: -9em;
/* #4798 */
left: -9em; /* #4798 */
}

.highcharts-crosshair-label text {
Expand Down Expand Up @@ -864,8 +855,7 @@ input.highcharts-range-selector {

/* Exporting module */
.highcharts-contextbutton {
fill: #ffffff;
/* needed to capture hover */
fill: #ffffff; /* needed to capture hover */
stroke: none;
stroke-linecap: round;
}
Expand Down
30 changes: 10 additions & 20 deletions css/themes/dark-unica.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@
height: 100%;
text-align: left;
line-height: normal;
z-index: 0;
/* #1072 */
z-index: 0; /* #1072 */
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
font-family: "Unica One", Arial, Helvetica, sans-serif;
font-size: 12px;
Expand Down Expand Up @@ -256,24 +255,20 @@ div.highcharts-tooltip {

.highcharts-point-inactive {
opacity: 0.2;
transition: opacity 50ms;
/* quick in */
transition: opacity 50ms; /* quick in */
}

.highcharts-series-inactive {
opacity: 0.2;
transition: opacity 50ms;
/* quick in */
transition: opacity 50ms; /* quick in */
}

.highcharts-state-hover path {
transition: stroke-width 50ms;
/* quick in */
transition: stroke-width 50ms; /* quick in */
}

.highcharts-state-normal path {
transition: stroke-width 250ms;
/* slow out */
transition: stroke-width 250ms; /* slow out */
}

/* Legend hover affects points and series */
Expand Down Expand Up @@ -545,8 +540,7 @@ g.highcharts-series,
fill: #606063;
}

circle.highcharts-legend-nav-active, circle.highcharts-legend-nav-inactive {
/* tracker */
circle.highcharts-legend-nav-active, circle.highcharts-legend-nav-inactive { /* tracker */
fill: rgba(192, 192, 192, 0.0001);
}

Expand Down Expand Up @@ -672,8 +666,7 @@ circle.highcharts-legend-nav-active, circle.highcharts-legend-nav-inactive {
}

.highcharts-navigator-mask-inside {
fill: rgba(255, 255, 255, 0.1);
/* navigator.maskFill option */
fill: rgba(255, 255, 255, 0.1); /* navigator.maskFill option */
fill-opacity: 0.25;
cursor: ew-resize;
}
Expand Down Expand Up @@ -811,13 +804,11 @@ circle.highcharts-legend-nav-active, circle.highcharts-legend-nav-inactive {
input.highcharts-range-selector {
position: absolute;
border: 0;
width: 1px;
/* Chrome needs a pixel to see it */
width: 1px; /* Chrome needs a pixel to see it */
height: 1px;
padding: 0;
text-align: center;
left: -9em;
/* #4798 */
left: -9em; /* #4798 */
}

.highcharts-crosshair-label text {
Expand Down Expand Up @@ -925,8 +916,7 @@ input.highcharts-range-selector {

/* Exporting module */
.highcharts-contextbutton {
fill: #505053;
/* needed to capture hover */
fill: #505053; /* needed to capture hover */
stroke: none;
stroke-linecap: round;
}
Expand Down
30 changes: 10 additions & 20 deletions css/themes/grid-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
height: 100%;
text-align: left;
line-height: normal;
z-index: 0;
/* #1072 */
z-index: 0; /* #1072 */
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
font-family: "Dosis", Arial, Helvetica, sans-serif;
font-size: 12px;
Expand Down Expand Up @@ -209,24 +208,20 @@ div.highcharts-tooltip {

.highcharts-point-inactive {
opacity: 0.2;
transition: opacity 50ms;
/* quick in */
transition: opacity 50ms; /* quick in */
}

.highcharts-series-inactive {
opacity: 0.2;
transition: opacity 50ms;
/* quick in */
transition: opacity 50ms; /* quick in */
}

.highcharts-state-hover path {
transition: stroke-width 50ms;
/* quick in */
transition: stroke-width 50ms; /* quick in */
}

.highcharts-state-normal path {
transition: stroke-width 250ms;
/* slow out */
transition: stroke-width 250ms; /* slow out */
}

/* Legend hover affects points and series */
Expand Down Expand Up @@ -498,8 +493,7 @@ g.highcharts-series,
fill: #cccccc;
}

circle.highcharts-legend-nav-active, circle.highcharts-legend-nav-inactive {
/* tracker */
circle.highcharts-legend-nav-active, circle.highcharts-legend-nav-inactive { /* tracker */
fill: rgba(192, 192, 192, 0.0001);
}

Expand Down Expand Up @@ -625,8 +619,7 @@ circle.highcharts-legend-nav-active, circle.highcharts-legend-nav-inactive {
}

.highcharts-navigator-mask-inside {
fill: #6685c2;
/* navigator.maskFill option */
fill: #6685c2; /* navigator.maskFill option */
fill-opacity: 0.25;
cursor: ew-resize;
}
Expand Down Expand Up @@ -764,13 +757,11 @@ circle.highcharts-legend-nav-active, circle.highcharts-legend-nav-inactive {
input.highcharts-range-selector {
position: absolute;
border: 0;
width: 1px;
/* Chrome needs a pixel to see it */
width: 1px; /* Chrome needs a pixel to see it */
height: 1px;
padding: 0;
text-align: center;
left: -9em;
/* #4798 */
left: -9em; /* #4798 */
}

.highcharts-crosshair-label text {
Expand Down Expand Up @@ -878,8 +869,7 @@ input.highcharts-range-selector {

/* Exporting module */
.highcharts-contextbutton {
fill: #ffffff;
/* needed to capture hover */
fill: #ffffff; /* needed to capture hover */
stroke: none;
stroke-linecap: round;
}
Expand Down
30 changes: 10 additions & 20 deletions css/themes/sand-signika.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
height: 100%;
text-align: left;
line-height: normal;
z-index: 0;
/* #1072 */
z-index: 0; /* #1072 */
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
font-family: "Signika", Arial, Helvetica, sans-serif;
font-size: 12px;
Expand Down Expand Up @@ -225,24 +224,20 @@ div.highcharts-tooltip {

.highcharts-point-inactive {
opacity: 0.2;
transition: opacity 50ms;
/* quick in */
transition: opacity 50ms; /* quick in */
}

.highcharts-series-inactive {
opacity: 0.2;
transition: opacity 50ms;
/* quick in */
transition: opacity 50ms; /* quick in */
}

.highcharts-state-hover path {
transition: stroke-width 50ms;
/* quick in */
transition: stroke-width 50ms; /* quick in */
}

.highcharts-state-normal path {
transition: stroke-width 250ms;
/* slow out */
transition: stroke-width 250ms; /* slow out */
}

/* Legend hover affects points and series */
Expand Down Expand Up @@ -514,8 +509,7 @@ g.highcharts-series,
fill: #cccccc;
}

circle.highcharts-legend-nav-active, circle.highcharts-legend-nav-inactive {
/* tracker */
circle.highcharts-legend-nav-active, circle.highcharts-legend-nav-inactive { /* tracker */
fill: rgba(192, 192, 192, 0.0001);
}

Expand Down Expand Up @@ -641,8 +635,7 @@ circle.highcharts-legend-nav-active, circle.highcharts-legend-nav-inactive {
}

.highcharts-navigator-mask-inside {
fill: #6685c2;
/* navigator.maskFill option */
fill: #6685c2; /* navigator.maskFill option */
fill-opacity: 0.25;
cursor: ew-resize;
}
Expand Down Expand Up @@ -780,13 +773,11 @@ circle.highcharts-legend-nav-active, circle.highcharts-legend-nav-inactive {
input.highcharts-range-selector {
position: absolute;
border: 0;
width: 1px;
/* Chrome needs a pixel to see it */
width: 1px; /* Chrome needs a pixel to see it */
height: 1px;
padding: 0;
text-align: center;
left: -9em;
/* #4798 */
left: -9em; /* #4798 */
}

.highcharts-crosshair-label text {
Expand Down Expand Up @@ -894,8 +885,7 @@ input.highcharts-range-selector {

/* Exporting module */
.highcharts-contextbutton {
fill: #fff;
/* needed to capture hover */
fill: #fff; /* needed to capture hover */
stroke: none;
stroke-linecap: round;
}
Expand Down
6 changes: 6 additions & 0 deletions es-modules/Accessibility/Accessibility.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ import H from '../Core/Globals.js';
var doc = H.doc;
import U from '../Core/Utilities.js';
var addEvent = U.addEvent, extend = U.extend, fireEvent = U.fireEvent, merge = U.merge;
import HU from './Utils/HTMLUtilities.js';
var removeElement = HU.removeElement;
import A11yI18n from './A11yI18n.js';
import ContainerComponent from './Components/ContainerComponent.js';
import FocusBorder from './FocusBorder.js';
Expand Down Expand Up @@ -184,6 +186,10 @@ var Accessibility = /** @class */ (function () {
if (this.proxyProvider) {
this.proxyProvider.destroy();
}
// Remove announcer container
if (chart.announcerContainer) {
removeElement(chart.announcerContainer);
}
// Kill keyboard nav
if (this.keyboardNavigation) {
this.keyboardNavigation.destroy();
Expand Down
Loading

0 comments on commit ad16719

Please sign in to comment.