Skip to content

Commit a20f9d6

Browse files
committed
v8.1.1
1 parent a9ed457 commit a20f9d6

File tree

619 files changed

+47950
-23277
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

619 files changed

+47950
-23277
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "highcharts",
3-
"version": "8.1.0",
3+
"version": "8.1.1",
44
"main": "highcharts.js",
55
"license": "https://www.highcharts.com/license",
66
"types": "highcharts.d.ts"

css/highcharts.css

+12
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1818
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
1919
font-size: 12px;
20+
user-select: none;
2021
}
2122

2223
.highcharts-root {
@@ -184,6 +185,12 @@ div.highcharts-tooltip {
184185
stroke-linejoin: round;
185186
}
186187

188+
.highcharts-empty-series {
189+
stroke-width: 1px;
190+
fill: none;
191+
stroke: #cccccc;
192+
}
193+
187194
.highcharts-state-hover .highcharts-graph {
188195
stroke-width: 3;
189196
}
@@ -287,6 +294,11 @@ g.highcharts-series,
287294
stroke: #ffffff;
288295
}
289296

297+
.highcharts-a11y-markers-hidden .highcharts-point:not(.highcharts-point-hover):not(.highcharts-a11y-marker-visible),
298+
.highcharts-a11y-marker-hidden {
299+
opacity: 0;
300+
}
301+
290302
.highcharts-point {
291303
stroke-width: 1px;
292304
}

css/highcharts.scss

+12
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ $indicator-negative-line: #F21313;
9090
-webkit-tap-highlight-color: rgba(0,0,0,0);
9191
font-family: $font-family;
9292
font-size: 12px;
93+
user-select: none;
9394
}
9495
.highcharts-root {
9596
display: block;
@@ -229,6 +230,13 @@ div.highcharts-tooltip {
229230
stroke-linecap: round;
230231
stroke-linejoin: round;
231232
}
233+
234+
.highcharts-empty-series {
235+
stroke-width: 1px;
236+
fill: none;
237+
stroke: $neutral-color-20;
238+
}
239+
232240
.highcharts-state-hover .highcharts-graph {
233241
stroke-width: 3;
234242
}
@@ -282,6 +290,10 @@ g.highcharts-series,
282290
stroke-width: 1px;
283291
stroke: $background-color;
284292
}
293+
.highcharts-a11y-markers-hidden .highcharts-point:not(.highcharts-point-hover):not(.highcharts-a11y-marker-visible),
294+
.highcharts-a11y-marker-hidden {
295+
opacity: 0;
296+
}
285297
.highcharts-point {
286298
stroke-width: 1px;
287299
}

css/themes/dark-unica.css

+12
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
7474
font-family: "Unica One", Arial, Helvetica, sans-serif;
7575
font-size: 12px;
76+
user-select: none;
7677
}
7778

7879
.highcharts-root {
@@ -240,6 +241,12 @@ div.highcharts-tooltip {
240241
stroke-linejoin: round;
241242
}
242243

244+
.highcharts-empty-series {
245+
stroke-width: 1px;
246+
fill: none;
247+
stroke: #606063;
248+
}
249+
243250
.highcharts-state-hover .highcharts-graph {
244251
stroke-width: 3;
245252
}
@@ -348,6 +355,11 @@ g.highcharts-series,
348355
stroke: #2a2a2b;
349356
}
350357

358+
.highcharts-a11y-markers-hidden .highcharts-point:not(.highcharts-point-hover):not(.highcharts-a11y-marker-visible),
359+
.highcharts-a11y-marker-hidden {
360+
opacity: 0;
361+
}
362+
351363
.highcharts-point {
352364
stroke-width: 1px;
353365
}

css/themes/grid-light.css

+12
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2727
font-family: "Dosis", Arial, Helvetica, sans-serif;
2828
font-size: 12px;
29+
user-select: none;
2930
}
3031

3132
.highcharts-root {
@@ -193,6 +194,12 @@ div.highcharts-tooltip {
193194
stroke-linejoin: round;
194195
}
195196

197+
.highcharts-empty-series {
198+
stroke-width: 1px;
199+
fill: none;
200+
stroke: #cccccc;
201+
}
202+
196203
.highcharts-state-hover .highcharts-graph {
197204
stroke-width: 3;
198205
}
@@ -301,6 +308,11 @@ g.highcharts-series,
301308
stroke: #ffffff;
302309
}
303310

311+
.highcharts-a11y-markers-hidden .highcharts-point:not(.highcharts-point-hover):not(.highcharts-a11y-marker-visible),
312+
.highcharts-a11y-marker-hidden {
313+
opacity: 0;
314+
}
315+
304316
.highcharts-point {
305317
stroke-width: 1px;
306318
}

css/themes/sand-signika.css

+12
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
4343
font-family: "Signika", Arial, Helvetica, sans-serif;
4444
font-size: 12px;
45+
user-select: none;
4546
}
4647

4748
.highcharts-root {
@@ -209,6 +210,12 @@ div.highcharts-tooltip {
209210
stroke-linejoin: round;
210211
}
211212

213+
.highcharts-empty-series {
214+
stroke-width: 1px;
215+
fill: none;
216+
stroke: #cccccc;
217+
}
218+
212219
.highcharts-state-hover .highcharts-graph {
213220
stroke-width: 3;
214221
}
@@ -317,6 +324,11 @@ g.highcharts-series,
317324
stroke: none;
318325
}
319326

327+
.highcharts-a11y-markers-hidden .highcharts-point:not(.highcharts-point-hover):not(.highcharts-a11y-marker-visible),
328+
.highcharts-a11y-marker-hidden {
329+
opacity: 0;
330+
}
331+
320332
.highcharts-point {
321333
stroke-width: 1px;
322334
}

es-modules/annotations/MockPoint.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ var MockPoint = /** @class */ (function () {
284284
* Returns a label config object - the same as
285285
* Highcharts.Point.prototype.getLabelConfig
286286
* @private
287-
* @return {Annotation.MockPoint.LabelConfig} the point's label config
287+
* @return {Highcharts.AnnotationMockLabelOptionsObject} the point's label config
288288
*/
289289
MockPoint.prototype.getLabelConfig = function () {
290290
return {

0 commit comments

Comments
 (0)