Skip to content

Commit

Permalink
v7.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TorsteinHonsi committed Aug 24, 2020
1 parent 865e21a commit 4e5c8c8
Show file tree
Hide file tree
Showing 918 changed files with 491,536 additions and 358,398 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": "8.2.0",
"version": "7.2.2",
"main": "highcharts.js",
"license": "https://www.highcharts.com/license",
"types": "highcharts.d.ts"
Expand Down
29 changes: 0 additions & 29 deletions css/highcharts.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
font-size: 12px;
user-select: none;
}

.highcharts-root {
Expand Down Expand Up @@ -185,12 +184,6 @@ div.highcharts-tooltip {
stroke-linejoin: round;
}

.highcharts-empty-series {
stroke-width: 1px;
fill: none;
stroke: #cccccc;
}

.highcharts-state-hover .highcharts-graph {
stroke-width: 3;
}
Expand Down Expand Up @@ -294,11 +287,6 @@ g.highcharts-series,
stroke: #ffffff;
}

.highcharts-a11y-markers-hidden .highcharts-point:not(.highcharts-point-hover):not(.highcharts-a11y-marker-visible),
.highcharts-a11y-marker-hidden {
opacity: 0;
}

.highcharts-point {
stroke-width: 1px;
}
Expand All @@ -325,10 +313,6 @@ g.highcharts-series,
fill: none;
}

.highcharts-data-label-hidden {
pointer-events: none;
}

.highcharts-halo {
fill-opacity: 0.25;
stroke-width: 0;
Expand Down Expand Up @@ -435,19 +419,6 @@ g.highcharts-series,
stroke-width: 2px;
}

.highcharts-lollipop-stem {
stroke: #000000;
}

.highcharts-focus-border {
fill: none;
stroke-width: 2px;
}

.highcharts-legend-item-hidden .highcharts-focus-border {
fill: none !important;
}

/* Legend */
.highcharts-legend-box {
fill: none;
Expand Down
28 changes: 0 additions & 28 deletions css/highcharts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ $indicator-negative-line: #F21313;
-webkit-tap-highlight-color: rgba(0,0,0,0);
font-family: $font-family;
font-size: 12px;
user-select: none;
}
.highcharts-root {
display: block;
Expand Down Expand Up @@ -230,13 +229,6 @@ div.highcharts-tooltip {
stroke-linecap: round;
stroke-linejoin: round;
}

.highcharts-empty-series {
stroke-width: 1px;
fill: none;
stroke: $neutral-color-20;
}

.highcharts-state-hover .highcharts-graph {
stroke-width: 3;
}
Expand Down Expand Up @@ -290,10 +282,6 @@ g.highcharts-series,
stroke-width: 1px;
stroke: $background-color;
}
.highcharts-a11y-markers-hidden .highcharts-point:not(.highcharts-point-hover):not(.highcharts-a11y-marker-visible),
.highcharts-a11y-marker-hidden {
opacity: 0;
}
.highcharts-point {
stroke-width: 1px;
}
Expand All @@ -315,9 +303,6 @@ g.highcharts-series,
.highcharts-data-label-connector {
fill: none;
}
.highcharts-data-label-hidden {
pointer-events: none;
}
.highcharts-halo {
fill-opacity: 0.25;
stroke-width: 0;
Expand Down Expand Up @@ -407,18 +392,6 @@ g.highcharts-series,
stroke-width: 2px;
}

.highcharts-lollipop-stem {
stroke: $neutral-color-100;
}

.highcharts-focus-border {
fill: none;
stroke-width: 2px;
}

.highcharts-legend-item-hidden .highcharts-focus-border {
fill: none !important;
}

/* Legend */
.highcharts-legend-box {
Expand Down Expand Up @@ -838,4 +811,3 @@ text.highcharts-drilldown-data-label,
.highcharts-grid-axis .highcharts-axis-line {
stroke-width: 1px;
}

29 changes: 0 additions & 29 deletions css/themes/dark-unica.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
font-family: "Unica One", Arial, Helvetica, sans-serif;
font-size: 12px;
user-select: none;
}

.highcharts-root {
Expand Down Expand Up @@ -241,12 +240,6 @@ div.highcharts-tooltip {
stroke-linejoin: round;
}

.highcharts-empty-series {
stroke-width: 1px;
fill: none;
stroke: #606063;
}

.highcharts-state-hover .highcharts-graph {
stroke-width: 3;
}
Expand Down Expand Up @@ -355,11 +348,6 @@ g.highcharts-series,
stroke: #2a2a2b;
}

.highcharts-a11y-markers-hidden .highcharts-point:not(.highcharts-point-hover):not(.highcharts-a11y-marker-visible),
.highcharts-a11y-marker-hidden {
opacity: 0;
}

.highcharts-point {
stroke-width: 1px;
}
Expand All @@ -386,10 +374,6 @@ g.highcharts-series,
fill: none;
}

.highcharts-data-label-hidden {
pointer-events: none;
}

.highcharts-halo {
fill-opacity: 0.25;
stroke-width: 0;
Expand Down Expand Up @@ -496,19 +480,6 @@ g.highcharts-series,
stroke-width: 2px;
}

.highcharts-lollipop-stem {
stroke: #fff;
}

.highcharts-focus-border {
fill: none;
stroke-width: 2px;
}

.highcharts-legend-item-hidden .highcharts-focus-border {
fill: none !important;
}

/* Legend */
.highcharts-legend-box {
fill: none;
Expand Down
29 changes: 0 additions & 29 deletions css/themes/grid-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
font-family: "Dosis", Arial, Helvetica, sans-serif;
font-size: 12px;
user-select: none;
}

.highcharts-root {
Expand Down Expand Up @@ -194,12 +193,6 @@ div.highcharts-tooltip {
stroke-linejoin: round;
}

.highcharts-empty-series {
stroke-width: 1px;
fill: none;
stroke: #cccccc;
}

.highcharts-state-hover .highcharts-graph {
stroke-width: 3;
}
Expand Down Expand Up @@ -308,11 +301,6 @@ g.highcharts-series,
stroke: #ffffff;
}

.highcharts-a11y-markers-hidden .highcharts-point:not(.highcharts-point-hover):not(.highcharts-a11y-marker-visible),
.highcharts-a11y-marker-hidden {
opacity: 0;
}

.highcharts-point {
stroke-width: 1px;
}
Expand All @@ -339,10 +327,6 @@ g.highcharts-series,
fill: none;
}

.highcharts-data-label-hidden {
pointer-events: none;
}

.highcharts-halo {
fill-opacity: 0.25;
stroke-width: 0;
Expand Down Expand Up @@ -449,19 +433,6 @@ g.highcharts-series,
stroke-width: 2px;
}

.highcharts-lollipop-stem {
stroke: #404048;
}

.highcharts-focus-border {
fill: none;
stroke-width: 2px;
}

.highcharts-legend-item-hidden .highcharts-focus-border {
fill: none !important;
}

/* Legend */
.highcharts-legend-box {
fill: none;
Expand Down
29 changes: 0 additions & 29 deletions css/themes/sand-signika.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
font-family: "Signika", Arial, Helvetica, sans-serif;
font-size: 12px;
user-select: none;
}

.highcharts-root {
Expand Down Expand Up @@ -210,12 +209,6 @@ div.highcharts-tooltip {
stroke-linejoin: round;
}

.highcharts-empty-series {
stroke-width: 1px;
fill: none;
stroke: #cccccc;
}

.highcharts-state-hover .highcharts-graph {
stroke-width: 3;
}
Expand Down Expand Up @@ -324,11 +317,6 @@ g.highcharts-series,
stroke: none;
}

.highcharts-a11y-markers-hidden .highcharts-point:not(.highcharts-point-hover):not(.highcharts-a11y-marker-visible),
.highcharts-a11y-marker-hidden {
opacity: 0;
}

.highcharts-point {
stroke-width: 1px;
}
Expand All @@ -355,10 +343,6 @@ g.highcharts-series,
fill: none;
}

.highcharts-data-label-hidden {
pointer-events: none;
}

.highcharts-halo {
fill-opacity: 0.25;
stroke-width: 0;
Expand Down Expand Up @@ -465,19 +449,6 @@ g.highcharts-series,
stroke-width: 2px;
}

.highcharts-lollipop-stem {
stroke: #fff;
}

.highcharts-focus-border {
fill: none;
stroke-width: 2px;
}

.highcharts-legend-item-hidden .highcharts-focus-border {
fill: none !important;
}

/* Legend */
.highcharts-legend-box {
fill: none;
Expand Down
Loading

0 comments on commit 4e5c8c8

Please sign in to comment.