Skip to content

Commit 8582105

Browse files
committed
v10.0.0
1 parent 4e5bfb5 commit 8582105

File tree

670 files changed

+67507
-42369
lines changed

Some content is hidden

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

670 files changed

+67507
-42369
lines changed

bower.json

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

css/highcharts.css

+19-2
Original file line numberDiff line numberDiff line change
@@ -813,16 +813,16 @@ input.highcharts-range-selector {
813813
font-weight: bold;
814814
}
815815

816-
/* Highmaps */
816+
/* Highcharts Maps */
817817
.highcharts-map-series .highcharts-point {
818818
transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
819819
stroke: #cccccc;
820+
stroke-width: inherit;
820821
}
821822

822823
.highcharts-map-series .highcharts-point-hover {
823824
transition: fill 0ms, fill-opacity 0ms;
824825
fill-opacity: 0.5;
825-
stroke-width: 2px;
826826
}
827827

828828
.highcharts-mapline-series .highcharts-point {
@@ -839,6 +839,12 @@ input.highcharts-range-selector {
839839
text-align: center;
840840
}
841841

842+
.highcharts-mapview-inset-border {
843+
stroke: #cccccc;
844+
stroke-width: 1px;
845+
fill: none;
846+
}
847+
842848
.highcharts-coloraxis {
843849
stroke-width: 0;
844850
}
@@ -894,6 +900,17 @@ input.highcharts-range-selector {
894900
color: #ffffff;
895901
}
896902

903+
/* Breadcrumbs */
904+
.highcharts-breadcrumbs-button {
905+
fill: none;
906+
stroke-width: 0;
907+
cursor: pointer;
908+
}
909+
910+
.highcharts-breadcrumbs-separator {
911+
fill: #666666;
912+
}
913+
897914
/* Drilldown module */
898915
.highcharts-drilldown-point {
899916
cursor: pointer;

css/highcharts.scss

+17-2
Original file line numberDiff line numberDiff line change
@@ -719,15 +719,15 @@ input.highcharts-range-selector {
719719
font-weight: bold;
720720
}
721721

722-
/* Highmaps */
722+
/* Highcharts Maps */
723723
.highcharts-map-series .highcharts-point {
724724
transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
725725
stroke: $neutral-color-20;
726+
stroke-width: inherit;
726727
}
727728
.highcharts-map-series .highcharts-point-hover {
728729
transition: fill 0ms, fill-opacity 0ms;
729730
fill-opacity: 0.5;
730-
stroke-width: 2px;
731731
}
732732
.highcharts-mapline-series .highcharts-point {
733733
fill: none;
@@ -740,6 +740,11 @@ input.highcharts-range-selector {
740740
font-weight: bold;
741741
text-align: center;
742742
}
743+
.highcharts-mapview-inset-border {
744+
stroke: $neutral-color-20;
745+
stroke-width: 1px;
746+
fill: none;
747+
}
743748
.highcharts-coloraxis {
744749
stroke-width: 0;
745750
}
@@ -787,6 +792,16 @@ input.highcharts-range-selector {
787792
color: $background-color;
788793
}
789794

795+
/* Breadcrumbs */
796+
.highcharts-breadcrumbs-button {
797+
fill: none;
798+
stroke-width: 0;
799+
cursor: pointer;
800+
}
801+
.highcharts-breadcrumbs-separator {
802+
fill: $neutral-color-60;
803+
}
804+
790805
/* Drilldown module */
791806
.highcharts-drilldown-point {
792807
cursor: pointer;

css/themes/dark-unica.css

+19-2
Original file line numberDiff line numberDiff line change
@@ -874,16 +874,16 @@ input.highcharts-range-selector {
874874
font-weight: bold;
875875
}
876876

877-
/* Highmaps */
877+
/* Highcharts Maps */
878878
.highcharts-map-series .highcharts-point {
879879
transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
880880
stroke: #606063;
881+
stroke-width: inherit;
881882
}
882883

883884
.highcharts-map-series .highcharts-point-hover {
884885
transition: fill 0ms, fill-opacity 0ms;
885886
fill-opacity: 0.5;
886-
stroke-width: 2px;
887887
}
888888

889889
.highcharts-mapline-series .highcharts-point {
@@ -900,6 +900,12 @@ input.highcharts-range-selector {
900900
text-align: center;
901901
}
902902

903+
.highcharts-mapview-inset-border {
904+
stroke: #606063;
905+
stroke-width: 1px;
906+
fill: none;
907+
}
908+
903909
.highcharts-coloraxis {
904910
stroke-width: 0;
905911
}
@@ -955,6 +961,17 @@ input.highcharts-range-selector {
955961
color: #2a2a2b;
956962
}
957963

964+
/* Breadcrumbs */
965+
.highcharts-breadcrumbs-button {
966+
fill: none;
967+
stroke-width: 0;
968+
cursor: pointer;
969+
}
970+
971+
.highcharts-breadcrumbs-separator {
972+
fill: #E0E0E3;
973+
}
974+
958975
/* Drilldown module */
959976
.highcharts-drilldown-point {
960977
cursor: pointer;

css/themes/grid-light.css

+19-2
Original file line numberDiff line numberDiff line change
@@ -827,16 +827,16 @@ input.highcharts-range-selector {
827827
font-weight: bold;
828828
}
829829

830-
/* Highmaps */
830+
/* Highcharts Maps */
831831
.highcharts-map-series .highcharts-point {
832832
transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
833833
stroke: #cccccc;
834+
stroke-width: inherit;
834835
}
835836

836837
.highcharts-map-series .highcharts-point-hover {
837838
transition: fill 0ms, fill-opacity 0ms;
838839
fill-opacity: 0.5;
839-
stroke-width: 2px;
840840
}
841841

842842
.highcharts-mapline-series .highcharts-point {
@@ -853,6 +853,12 @@ input.highcharts-range-selector {
853853
text-align: center;
854854
}
855855

856+
.highcharts-mapview-inset-border {
857+
stroke: #cccccc;
858+
stroke-width: 1px;
859+
fill: none;
860+
}
861+
856862
.highcharts-coloraxis {
857863
stroke-width: 0;
858864
}
@@ -908,6 +914,17 @@ input.highcharts-range-selector {
908914
color: #ffffff;
909915
}
910916

917+
/* Breadcrumbs */
918+
.highcharts-breadcrumbs-button {
919+
fill: none;
920+
stroke-width: 0;
921+
cursor: pointer;
922+
}
923+
924+
.highcharts-breadcrumbs-separator {
925+
fill: #666666;
926+
}
927+
911928
/* Drilldown module */
912929
.highcharts-drilldown-point {
913930
cursor: pointer;

css/themes/sand-signika.css

+19-2
Original file line numberDiff line numberDiff line change
@@ -843,16 +843,16 @@ input.highcharts-range-selector {
843843
font-weight: bold;
844844
}
845845

846-
/* Highmaps */
846+
/* Highcharts Maps */
847847
.highcharts-map-series .highcharts-point {
848848
transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
849849
stroke: #cccccc;
850+
stroke-width: inherit;
850851
}
851852

852853
.highcharts-map-series .highcharts-point-hover {
853854
transition: fill 0ms, fill-opacity 0ms;
854855
fill-opacity: 0.5;
855-
stroke-width: 2px;
856856
}
857857

858858
.highcharts-mapline-series .highcharts-point {
@@ -869,6 +869,12 @@ input.highcharts-range-selector {
869869
text-align: center;
870870
}
871871

872+
.highcharts-mapview-inset-border {
873+
stroke: #cccccc;
874+
stroke-width: 1px;
875+
fill: none;
876+
}
877+
872878
.highcharts-coloraxis {
873879
stroke-width: 0;
874880
}
@@ -924,6 +930,17 @@ input.highcharts-range-selector {
924930
color: none;
925931
}
926932

933+
/* Breadcrumbs */
934+
.highcharts-breadcrumbs-button {
935+
fill: none;
936+
stroke-width: 0;
937+
cursor: pointer;
938+
}
939+
940+
.highcharts-breadcrumbs-separator {
941+
fill: #666666;
942+
}
943+
927944
/* Drilldown module */
928945
.highcharts-drilldown-point {
929946
cursor: pointer;

es-modules/Accessibility/Accessibility.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ var Accessibility = /** @class */ (function () {
345345
});
346346
});
347347
// Direct updates (events happen after render)
348-
['afterDrilldown', 'drillupall'].forEach(function (event) {
348+
['afterApplyDrilldown', 'drillupall'].forEach(function (event) {
349349
addEvent(ChartClass, event, function chartOnAfterDrilldown() {
350350
var a11y = this.accessibility;
351351
if (a11y && !a11y.zombie) {

0 commit comments

Comments
 (0)