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

Clean and updated HighStock 7.0.1 #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
166 changes: 148 additions & 18 deletions app/assets/css/highcharts.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@
line-height: normal;
z-index: 0;
/* #1072 */
-webkit-tap-highlight-color: transparent;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
font-size: 12px;
}

.highcharts-root {
display: block;
}

.highcharts-root text {
stroke-width: 0;
}
Expand All @@ -31,6 +35,10 @@
font-style: italic;
}

.highcharts-anchor {
cursor: pointer;
}

.highcharts-background {
fill: #ffffff;
}
Expand All @@ -47,6 +55,18 @@
fill: inherit;
}

.highcharts-tracker-line {
stroke-linejoin: round;
stroke: rgba(192, 192, 192, 0.0001);
stroke-width: 22;
fill: none;
}

.highcharts-tracker-area {
fill: rgba(192, 192, 192, 0.0001);
stroke-width: 0;
}

/* Titles */
.highcharts-title {
fill: #333333;
Expand Down Expand Up @@ -83,7 +103,7 @@
}

.highcharts-xaxis-grid .highcharts-grid-line {
stroke-width: 0;
stroke-width: 0px;
}

.highcharts-tick {
Expand Down Expand Up @@ -143,6 +163,11 @@
fill-opacity: 0.85;
}

.highcharts-tooltip-box .highcharts-label-box {
fill: #f7f7f7;
fill-opacity: 0.85;
}

.highcharts-selection-marker {
fill: #335cad;
fill-opacity: 0.25;
Expand Down Expand Up @@ -264,7 +289,7 @@ g.highcharts-series,
stroke-width: 0;
}

.highcharts-data-label text {
.highcharts-data-label text, text.highcharts-data-label {
fill: #333333;
}

Expand All @@ -277,7 +302,8 @@ g.highcharts-series,
stroke-width: 0;
}

.highcharts-point-select {
.highcharts-series:not(.highcharts-pie-series) .highcharts-point-select,
.highcharts-markers .highcharts-point-select {
fill: #cccccc;
stroke: #000000;
}
Expand Down Expand Up @@ -305,11 +331,6 @@ g.highcharts-series,
transition: fill-opacity 50ms;
}

.highcharts-pie-series .highcharts-point-select {
fill: inherit;
stroke: inherit;
}

.highcharts-funnel-series .highcharts-point {
stroke-linejoin: round;
stroke: #ffffff;
Expand Down Expand Up @@ -378,9 +399,10 @@ g.highcharts-series,
stroke-width: 0;
}

.highcharts-legend-item text {
.highcharts-legend-item > text {
fill: #333333;
font-weight: bold;
font-size: 1em;
cursor: pointer;
stroke-width: 0;
}
Expand Down Expand Up @@ -409,6 +431,20 @@ g.highcharts-series,
stroke-width: 0;
}

/* Bubble legend */
.highcharts-bubble-legend-symbol {
stroke-width: 2;
fill-opacity: 0.5;
}

.highcharts-bubble-legend-connectors {
stroke-width: 1;
}

.highcharts-bubble-legend-labels {
fill: #333333;
}

/* Loading */
.highcharts-loading {
position: absolute;
Expand Down Expand Up @@ -444,7 +480,7 @@ g.highcharts-series,
stroke-width: 1px;
}

/* Highcharts More */
/* Highcharts More and modules */
.highcharts-boxplot-box {
fill: #ffffff;
}
Expand Down Expand Up @@ -481,6 +517,31 @@ g.highcharts-series,
stroke-dasharray: 1, 3;
}

.highcharts-sankey-series .highcharts-point {
stroke-width: 0;
}

.highcharts-sankey-series .highcharts-link {
transition: fill 250ms, fill-opacity 250ms;
fill-opacity: 0.5;
}

.highcharts-sankey-series .highcharts-point-hover.highcharts-link {
transition: fill 50ms, fill-opacity 50ms;
fill-opacity: 1;
}

.highcharts-venn-series .highcharts-point {
fill-opacity: 0.75;
stroke: #cccccc;
transition: stroke 250ms, fill-opacity 250ms;
}

.highcharts-venn-series .highcharts-point-hover {
fill-opacity: 1;
stroke: #cccccc;
}

/* Highstock */
.highcharts-navigator-mask-outside {
fill-opacity: 0;
Expand Down Expand Up @@ -576,21 +637,30 @@ g.highcharts-series,
.highcharts-button-hover {
transition: fill 0ms;
fill: #e6e6e6;
stroke: #333333;
stroke: #cccccc;
}

.highcharts-button-hover text {
fill: #333333;
}

.highcharts-button-pressed {
font-weight: bold;
fill: #e6ebf5;
stroke: #335cad;
stroke: #cccccc;
}

.highcharts-button-pressed text {
fill: #333333;
font-weight: bold;
}

.highcharts-button-disabled text {
fill: #cccccc;
fill: #333333;
}

.highcharts-range-selector-buttons .highcharts-button {
stroke-width: 0;
stroke-width: 0px;
}

.highcharts-range-label rect {
Expand All @@ -609,6 +679,11 @@ g.highcharts-series,
fill: #333333;
}

.highcharts-range-input {
stroke-width: 1px;
stroke: #cccccc;
}

input.highcharts-range-selector {
position: absolute;
border: 0;
Expand Down Expand Up @@ -643,12 +718,13 @@ input.highcharts-range-selector {
stroke-width: 3px;
}

.highcharts-flags-series .highcharts-point {
.highcharts-flags-series .highcharts-point .highcharts-label-box {
stroke: #999999;
fill: #ffffff;
transition: fill 250ms;
}

.highcharts-flags-series .highcharts-point-hover {
.highcharts-flags-series .highcharts-point-hover .highcharts-label-box {
stroke: #000000;
fill: #ccd6eb;
}
Expand Down Expand Up @@ -745,7 +821,9 @@ input.highcharts-range-selector {
cursor: pointer;
}

.highcharts-drilldown-data-label text, .highcharts-drilldown-axis-label {
.highcharts-drilldown-data-label text,
text.highcharts-drilldown-data-label,
.highcharts-drilldown-axis-label {
cursor: pointer;
fill: #003399;
font-weight: bold;
Expand All @@ -758,3 +836,55 @@ input.highcharts-range-selector {
font-size: 12px;
fill: #666666;
}

/* Drag-panes module */
.highcharts-axis-resizer {
cursor: ns-resize;
stroke: black;
stroke-width: 2px;
}

/* Bullet type series */
.highcharts-bullet-target {
stroke-width: 0;
}

/* Lineargauge type series */
.highcharts-lineargauge-target {
stroke-width: 1px;
stroke: #333333;
}

.highcharts-lineargauge-target-line {
stroke-width: 1px;
stroke: #333333;
}

/* Annotations module */
.highcharts-annotation-label-box {
stroke-width: 1px;
stroke: #000000;
fill: #000000;
fill-opacity: 0.75;
}

.highcharts-annotation-label text {
fill: #e6e6e6;
}

/* Gantt */
.highcharts-treegrid-node-collapsed, .highcharts-treegrid-node-expanded {
cursor: pointer;
}

.highcharts-point-connecting-path {
fill: none;
}

.highcharts-grid-axis .highcharts-tick {
stroke-width: 1px;
}

.highcharts-grid-axis .highcharts-axis-line {
stroke-width: 1px;
}
Loading