Carga
This commit is contained in:
2025-04-17 00:35:33 -06:00
parent 4977462629
commit 67fc72aed5
1333 changed files with 1077639 additions and 0 deletions

View File

@@ -0,0 +1,276 @@
.highcharts-popup.highcharts-annotation-toolbar {
right: 10%;
left: auto;
height: 40px;
overflow: hidden;
padding-right: 40px;
width: auto;
min-width: 0;
}
.highcharts-popup.highcharts-annotation-toolbar button {
margin-top: 0px;
}
.highcharts-popup.highcharts-annotation-toolbar > span {
display: block;
float: left;
padding: 12px;
}
.highcharts-popup {
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
background-color: #fff;
color: #666666;
display: none;
font-size: 0.876em;
max-height: 90%;
top: 5%;
left: 15%;
overflow-x: hidden;
overflow-y: hidden;
width: 75%;
min-width: 300px;
max-width: 600px;
position: absolute;
z-index: 100;
-webkit-box-shadow: 0px 0px 8px 0px rgba(61, 61, 61, 0.3);
-moz-box-shadow: 0px 0px 8px 0px rgba(61, 61, 61, 0.3);
box-shadow: 0px 0px 8px 0px rgba(61, 61, 61, 0.3);
}
.highcharts-popup div, .highcharts-popup span {
box-sizing: border-box;
}
.highcharts-popup input, .highcharts-popup label, .highcharts-popup select {
clear: both;
float: left;
width: 100%;
margin-bottom: 10px;
box-sizing: border-box;
}
.highcharts-popup input {
border: 1px solid #e6e6e6;
border-radius: 0.3rem;
padding: 5px;
width: 100%;
}
.highcharts-popup-lhs-col, .highcharts-popup-rhs-col {
height: 100%;
float: left;
overflow-y: auto;
}
.highcharts-popup-lhs-col.highcharts-popup-lhs-full {
width: 100%;
overflow-x: hidden;
height: calc(100% - 104px);
border: none;
padding: 20px;
padding-bottom: 10px;
}
.highcharts-popup-lhs-col.highcharts-popup-lhs-full + .highcharts-popup-bottom-row {
width: 100%;
}
.highcharts-popup-lhs-col {
clear: both;
width: 30%;
border-right: 1px solid #e6e6e6;
}
.highcharts-popup-bottom-row {
float: left;
padding: 0px 20px;
padding-bottom: 12px;
width: 100%;
border-top: 1px solid #e6e6e6;
}
.highcharts-popup-rhs-col {
width: 70%;
height: calc(100% - 40px);
padding: 20px;
}
.highcharts-popup-rhs-col-wrapper {
width: 100%;
overflow-x: hidden;
}
.highcharts-popup-rhs-col-wrapper h3 {
margin-top: 0px;
padding-bottom: 0px;
}
.highcharts-bindings-wrapper ul.highcharts-indicator-list,
.highcharts-indicator-list {
float: left;
color: #666666;
height: calc(100% - 150px);
width: 100%;
overflow-x: hidden;
margin: 0px;
padding: 15px 0px;
}
.highcharts-indicator-list li {
cursor: pointer;
padding: 5px 20px;
margin: 0px;
width: 100%;
height: auto;
overflow: hidden;
word-break: break-all;
box-sizing: border-box;
}
.highcharts-indicator-list li:hover {
background-color: #e6e6e6;
}
.highcharts-tab-item {
background-color: #f7f7f7;
cursor: pointer;
display: block;
float: left;
padding: 0px 10px;
height: 40px;
line-height: 40px;
}
.highcharts-tab-item.highcharts-tab-item-active {
background-color: #e6e6e6;
}
.highcharts-tab-item-content {
display: none;
float: left;
height: 100%;
overflow: hidden;
width: 100%;
border-top: 1px solid #e6e6e6;
}
.highcharts-tab-item-show {
display: block;
}
.highcharts-popup-close {
background-repeat: no-repeat;
background-position: 50% 50%;
width: 40px;
height: 40px;
cursor: pointer;
position: absolute;
padding: 10px;
top: 0%;
right: 0%;
color: #333333;
}
.highcharts-popup-close:hover,
.highcharts-popup button:hover,
.highcharts-popup button.highcharts-annotation-edit-button:hover,
.highcharts-popup button.highcharts-annotation-remove-button:hover {
background-color: #e6e6e6;
cursor: pointer;
}
.highcharts-popup button {
float: right;
border: none;
background: #f7f7f7;
color: #666666;
margin-left: 5px;
margin-top: 12px;
}
.highcharts-popup button:first-child {
margin-left: 0;
}
.highcharts-tab-disabled {
color: #cccccc;
}
/* annotation edit small popup */
.highcharts-popup button.highcharts-annotation-edit-button,
.highcharts-popup button.highcharts-annotation-remove-button {
width: 20px;
height: 40px;
padding: 20px;
}
.highcharts-popup button.highcharts-annotation-edit-button {
background-repeat: no-repeat;
background-position: 50% 50%;
text-indent: -9999px;
}
.highcharts-popup button.highcharts-annotation-remove-button {
background-repeat: no-repeat;
background-position: 50% 50%;
text-indent: -9999px;
}
.highcharts-popup .highcharts-annotation-title {
display: block;
float: left;
font-size: 1.2em;
font-weight: bold;
margin-bottom: 15px;
width: 100%;
}
.highcharts-popup .highcharts-popup-main-title {
border-bottom: 1px solid #e6e6e6;
margin: 0px;
padding: 8px 0px 6px 20px;
}
.highcharts-indicator-title {
float: left;
padding-bottom: 15px;
}
.highcharts-input-wrapper {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
flex-wrap: wrap;
}
.highcharts-input-search-indicators-label {
text-align: center;
font-weight: bold;
color: #000000;
margin-top: 0.5rem;
}
input.highcharts-input-search-indicators {
width: 80%;
margin: 0 auto;
float: none;
border-color: #949494;
}
.highcharts-popup a.clear-filter-button {
margin: 0 auto;
display: none;
color: #335cad;
background-color: #fff;
border: 1px solid #335cad;
margin-top: 10px;
}
.highcharts-popup a.clear-filter-button:hover {
color: #fff;
background-color: #335cad;
cursor: pointer;
}

View File

@@ -0,0 +1,289 @@
// Colors, using same names and values as in highcharts.scss
$background-color: #fff;
$neutral-color-100: #000000;
$neutral-color-80: #333333;
$neutral-color-60: #666666;
$neutral-color-20: #cccccc;
$neutral-color-10: #e6e6e6;
$neutral-color-3: #f7f7f7;
$highlight-color-80: #335cad;
.highcharts-popup.highcharts-annotation-toolbar {
right: 10%;
left: auto;
height: 40px;
overflow: hidden;
padding-right: 40px;
width: auto;
min-width: 0;
}
.highcharts-popup.highcharts-annotation-toolbar button {
margin-top:0px;
}
.highcharts-popup.highcharts-annotation-toolbar > span {
display:block;
float:left;
padding: 12px;
}
.highcharts-popup {
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
background-color: $background-color;
color: $neutral-color-60;
display: none;
font-size: 0.876em;
max-height: 90%;
top: 5%;
left: 15%;
overflow-x: hidden;
overflow-y: hidden;
width: 75%;
min-width: 300px;
max-width: 600px;
position: absolute;
z-index: 100;
-webkit-box-shadow: 0px 0px 8px 0px rgba(61,61,61,0.3);
-moz-box-shadow: 0px 0px 8px 0px rgba(61,61,61,0.3);
box-shadow: 0px 0px 8px 0px rgba(61,61,61,0.3);
}
.highcharts-popup div, .highcharts-popup span {
box-sizing: border-box;
}
.highcharts-popup input, .highcharts-popup label, .highcharts-popup select {
clear: both;
float: left;
width: 100%;
margin-bottom: 10px;
box-sizing: border-box;
}
.highcharts-popup input {
border: 1px solid $neutral-color-10;
border-radius: 0.3rem;
padding: 5px;
width: 100%;
}
.highcharts-popup-lhs-col, .highcharts-popup-rhs-col {
height: 100%;
float: left;
overflow-y: auto;
}
.highcharts-popup-lhs-col.highcharts-popup-lhs-full {
width: 100%;
overflow-x: hidden;
height: calc(100% - 104px);
border: none;
padding: 20px;
padding-bottom: 10px;
}
.highcharts-popup-lhs-col.highcharts-popup-lhs-full + .highcharts-popup-bottom-row {
width: 100%;
}
.highcharts-popup-lhs-col {
clear: both;
width: 30%;
border-right: 1px solid $neutral-color-10;
}
.highcharts-popup-bottom-row {
float: left;
padding: 0px 20px;
padding-bottom: 12px;
width: 100%;
border-top: 1px solid $neutral-color-10;
}
.highcharts-popup-rhs-col {
width: 70%;
height: calc(100% - 40px);
padding: 20px;
}
.highcharts-popup-rhs-col-wrapper {
width: 100%;
overflow-x: hidden;
}
.highcharts-popup-rhs-col-wrapper h3 {
margin-top:0px;
padding-bottom:0px;
}
.highcharts-bindings-wrapper ul.highcharts-indicator-list,
.highcharts-indicator-list {
float: left;
color: $neutral-color-60;
height: calc(100% - 150px);
width: 100%;
overflow-x: hidden;
margin: 0px;
padding: 15px 0px;
}
.highcharts-indicator-list li {
cursor: pointer;
padding: 5px 20px;
margin: 0px;
width: 100%;
height: auto;
overflow: hidden;
word-break: break-all;
box-sizing: border-box;
}
.highcharts-indicator-list li:hover {
background-color: $neutral-color-10;
}
.highcharts-tab-item {
background-color: $neutral-color-3;
cursor: pointer;
display: block;
float:left;
padding: 0px 10px;
height: 40px;
line-height: 40px;
}
.highcharts-tab-item.highcharts-tab-item-active {
background-color: $neutral-color-10;
}
.highcharts-tab-item-content {
display: none;
float: left;
height: 100%;
overflow: hidden;
width: 100%;
border-top: 1px solid $neutral-color-10;
}
.highcharts-tab-item-show {
display: block;
}
.highcharts-popup-close {
background-repeat: no-repeat;
background-position: 50% 50%;
width: 40px;
height: 40px;
cursor: pointer;
position: absolute;
padding: 10px;
top: 0%;
right: 0%;
color: $neutral-color-80;
}
.highcharts-popup-close:hover,
.highcharts-popup button:hover,
.highcharts-popup button.highcharts-annotation-edit-button:hover,
.highcharts-popup button.highcharts-annotation-remove-button:hover {
background-color: $neutral-color-10;
cursor: pointer;
}
.highcharts-popup button {
float: right;
border: none;
background: $neutral-color-3;
color: $neutral-color-60;
margin-left:5px;
margin-top:12px;
}
.highcharts-popup button:first-child {
margin-left: 0;
}
.highcharts-tab-disabled {
color: $neutral-color-20;
}
/* annotation edit small popup */
.highcharts-popup button.highcharts-annotation-edit-button,
.highcharts-popup button.highcharts-annotation-remove-button {
width: 20px;
height: 40px;
padding: 20px;
}
.highcharts-popup button.highcharts-annotation-edit-button {
background-repeat: no-repeat;
background-position: 50% 50%;
text-indent: -9999px;
}
.highcharts-popup button.highcharts-annotation-remove-button {
background-repeat: no-repeat;
background-position: 50% 50%;
text-indent: -9999px;
}
.highcharts-popup .highcharts-annotation-title {
display: block;
float: left;
font-size: 1.2em;
font-weight: bold;
margin-bottom: 15px;
width: 100%;
}
.highcharts-popup .highcharts-popup-main-title {
border-bottom: 1px solid $neutral-color-10;
margin: 0px;
padding: 8px 0px 6px 20px;
}
.highcharts-indicator-title {
float: left;
padding-bottom: 15px;
}
.highcharts-input-wrapper {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
flex-wrap: wrap;
}
.highcharts-input-search-indicators-label {
text-align: center;
font-weight: bold;
color: $neutral-color-100;
margin-top: 0.5rem;
}
input.highcharts-input-search-indicators {
width: 80%;
margin: 0 auto;
float: none;
border-color: #949494;
}
.highcharts-popup a.clear-filter-button {
margin: 0 auto;
display: none;
color: $highlight-color-80;
background-color: $background-color;
border: 1px solid $highlight-color-80;
margin-top: 10px;
}
.highcharts-popup a.clear-filter-button:hover {
color: $background-color;
background-color: $highlight-color-80;
cursor: pointer;
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,911 @@
/**
* @license Highcharts
*
* (c) 2009-2016 Torstein Honsi
*
* License: www.highcharts.com/license
*/
// Colors for data series and points.
$colors: #7cb5ec #434348 #90ed7d #f7a35c #8085e9 #f15c80 #e4d354 #2b908f #f45b5b #91e8e1 !default;
// Chart background, point stroke for markers and columns etc
$background-color: #ffffff !default;
// Neutral colors, grayscale by default. The default colors are defined by mixing the
// background-color with neutral, with a weight corresponding to the number in the name.
$neutral-color-100: #000000 !default; // Strong text.
$neutral-color-80: #333333 !default; // Main text and some strokes.
$neutral-color-60: #666666 !default; // Axis labels, axis title, connector fallback.
$neutral-color-40: #999999 !default; // Credits text, export menu stroke.
$neutral-color-20: #cccccc !default; // Disabled texts, button strokes, crosshair etc.
$neutral-color-10: #e6e6e6 !default; // Grid lines etc.
$neutral-color-5: #f2f2f2 !default; // Minor grid lines etc.
$neutral-color-3: #f7f7f7 !default; // Tooltip backgroud, button fills, map null points.
// Colored, shades of blue by default
$highlight-color-100: #003399 !default; // Drilldown clickable labels, color axis max color.
$highlight-color-80: #335cad !default; // Selection marker, menu hover, button hover, chart border, navigator series.
$highlight-color-60: #6685c2 !default; // Navigator mask fill.
$highlight-color-20: #ccd6eb !default; // Ticks and axis line.
$highlight-color-10: #e6ebf5 !default; // Pressed button, color axis min color.
// Fonts
$font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif !default;
$title-font-size: 1.5em !default;
$subtitle-font-size: 1em !default;
$legend-font-size: 1em !default;
$axis-labels-font-size: 0.9em !default;
// Tooltip
$tooltip-border: 1px !default;
$tooltip-background: $neutral-color-3 !default;
// Axes
$xaxis-grid-line: 0px !default;
// Range-selector
$range-selector-button-border: 0px !default;
$range-selector-input-text: $neutral-color-80 !default;
$range-selector-input-border: $neutral-color-20 !default;
// Data-labels
$data-label-color: $neutral-color-80 !default;
// Buttons
$context-button-background: $background-color !default;
$highcharts-button-background: $neutral-color-3 !default;
$highcharts-button-border: $neutral-color-20 !default;
$highcharts-button-text: $neutral-color-80 !default;
$highcharts-button-pressed-background: $highlight-color-10 !default;
$highcharts-button-pressed-border: $neutral-color-20 !default;
$highcharts-button-pressed-text: $neutral-color-80 !default;
$highcharts-button-hover-background: $neutral-color-10 !default;
$highcharts-button-hover-border: $neutral-color-20 !default;
$highcharts-button-hover-text: $neutral-color-80 !default;
// Navigator
$navigator-series-fill: $highlight-color-80 !default;
$navigator-series-border: $highlight-color-80 !default;
// Scrollbar
$scrollbar-track-background: $neutral-color-5 !default;
$scrollbar-track-border: $neutral-color-5 !default;
// Indicators
$positive-color: #06b535; // Positive indicator color
$negative-color: #f21313; // Negative indicator color
.highcharts-container {
position: relative;
overflow: hidden;
width: 100%;
height: 100%;
text-align: left;
line-height: normal;
z-index: 0; /* #1072 */
-webkit-tap-highlight-color: rgba(0,0,0,0);
font-family: $font-family;
font-size: 12px;
user-select: none;
touch-action: manipulation;
outline: none;
}
.highcharts-root {
display: block;
}
.highcharts-root text {
stroke-width: 0;
}
.highcharts-strong {
font-weight: bold;
}
.highcharts-emphasized {
font-style: italic;
}
.highcharts-anchor {
cursor: pointer;
}
.highcharts-background {
fill: $background-color;
}
.highcharts-plot-border, .highcharts-plot-background {
fill: none;
}
.highcharts-label-box {
fill: none;
}
.highcharts-button-box {
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: $neutral-color-80;
font-size: $title-font-size;
}
.highcharts-subtitle {
fill: $neutral-color-60;
font-size: $subtitle-font-size;
}
/* Axes */
.highcharts-axis-line {
fill: none;
stroke: $highlight-color-20;
}
.highcharts-yaxis .highcharts-axis-line {
stroke-width: 0;
}
.highcharts-axis-title {
fill: $neutral-color-60;
}
.highcharts-axis-labels {
fill: $neutral-color-60;
cursor: default;
font-size: $axis-labels-font-size;
}
.highcharts-grid-line {
fill: none;
stroke: $neutral-color-10;
}
.highcharts-xaxis-grid .highcharts-grid-line {
stroke-width: $xaxis-grid-line;
}
.highcharts-tick {
stroke: $highlight-color-20;
}
.highcharts-yaxis .highcharts-tick {
stroke-width: 0;
}
.highcharts-minor-grid-line {
stroke: $neutral-color-5;
}
.highcharts-crosshair-thin {
stroke-width: 1px;
stroke: $neutral-color-20;
}
.highcharts-crosshair-category {
stroke: $highlight-color-20;
stroke-opacity: 0.25;
}
/* Credits */
.highcharts-credits {
cursor: pointer;
fill: $neutral-color-40;
font-size: 0.7em;
transition: fill 250ms, font-size 250ms;
}
.highcharts-credits:hover {
fill: black;
font-size: 1em;
}
/* Tooltip */
.highcharts-tooltip {
cursor: default;
pointer-events: none;
white-space: nowrap;
transition: stroke 150ms;
}
.highcharts-tooltip text {
fill: $neutral-color-80;
}
.highcharts-tooltip .highcharts-header {
font-size: 0.85em;
}
.highcharts-tooltip-box {
stroke-width: $tooltip-border;
fill: $tooltip-background;
fill-opacity: 0.85;
}
.highcharts-tooltip-box .highcharts-label-box {
fill: $tooltip-background;
fill-opacity: 0.85;
}
div.highcharts-tooltip {
filter: none;
}
.highcharts-selection-marker {
fill: $highlight-color-80;
fill-opacity: 0.25;
}
.highcharts-graph {
fill: none;
stroke-width: 2px;
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;
}
.highcharts-point-inactive {
opacity: 0.2;
transition: opacity 50ms; /* quick in */
}
.highcharts-series-inactive {
opacity: 0.2;
transition: opacity 50ms; /* quick in */
}
.highcharts-state-hover path {
transition: stroke-width 50ms; /* quick in */
}
.highcharts-state-normal path {
transition: stroke-width 250ms; /* slow out */
}
/* Legend hover affects points and series */
g.highcharts-series,
.highcharts-point,
.highcharts-markers,
.highcharts-data-labels {
transition: opacity 250ms;
}
.highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),
.highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover),
.highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover),
.highcharts-legend-series-active .highcharts-data-labels:not(.highcharts-series-hover) {
opacity: 0.2;
}
/* Series options */
/* Default colors */
@for $i from 1 through length($colors) {
$color: nth($colors, $i);
.highcharts-color-#{$i - 1} {
fill: $color;
stroke: $color;
}
}
.highcharts-area {
fill-opacity: 0.75;
stroke-width: 0;
}
.highcharts-markers {
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;
}
.highcharts-dense-data .highcharts-point {
stroke-width: 0;
}
.highcharts-data-label {
font-size: 0.9em;
font-weight: bold;
}
.highcharts-data-label-box {
fill: none;
stroke-width: 0;
}
.highcharts-data-label text, text.highcharts-data-label {
fill: $data-label-color;
}
.highcharts-data-label-connector {
fill: none;
}
.highcharts-data-label-hidden {
pointer-events: none;
}
.highcharts-halo {
fill-opacity: 0.25;
stroke-width: 0;
}
.highcharts-series:not(.highcharts-pie-series) .highcharts-point-select,
.highcharts-markers .highcharts-point-select {
fill: $neutral-color-20;
stroke: $neutral-color-100;
}
.highcharts-column-series rect.highcharts-point {
// rect to prevent stroke on 3D columns
stroke: $background-color;
}
.highcharts-column-series .highcharts-point {
transition: fill-opacity 250ms;
}
.highcharts-column-series .highcharts-point-hover {
fill-opacity: 0.75;
transition: fill-opacity 50ms;
}
.highcharts-pie-series .highcharts-point {
stroke-linejoin: round;
stroke: $background-color;
}
.highcharts-pie-series .highcharts-point-hover {
fill-opacity: 0.75;
transition: fill-opacity 50ms;
}
.highcharts-funnel-series .highcharts-point {
stroke-linejoin: round;
stroke: $background-color;
}
.highcharts-funnel-series .highcharts-point-hover {
fill-opacity: 0.75;
transition: fill-opacity 50ms;
}
.highcharts-funnel-series .highcharts-point-select {
fill: inherit;
stroke: inherit;
}
.highcharts-pyramid-series .highcharts-point {
stroke-linejoin: round;
stroke: $background-color;
}
.highcharts-pyramid-series .highcharts-point-hover {
fill-opacity: 0.75;
transition: fill-opacity 50ms;
}
.highcharts-pyramid-series .highcharts-point-select {
fill: inherit;
stroke: inherit;
}
.highcharts-solidgauge-series .highcharts-point {
stroke-width: 0;
}
.highcharts-treemap-series .highcharts-point {
stroke-width: 1px;
stroke: $neutral-color-10;
transition: stroke 250ms, fill 250ms, fill-opacity 250ms;
}
.highcharts-treemap-series .highcharts-point-hover {
stroke: $neutral-color-40;
transition: stroke 25ms, fill 25ms, fill-opacity 25ms;
}
.highcharts-treemap-series .highcharts-above-level {
display: none;
}
.highcharts-treemap-series .highcharts-internal-node {
fill: none;
}
.highcharts-treemap-series .highcharts-internal-node-interactive {
fill-opacity: 0.15;
cursor: pointer;
}
.highcharts-treemap-series .highcharts-internal-node-interactive:hover {
fill-opacity: 0.75;
}
.highcharts-vector-series .highcharts-point {
fill: none;
stroke-width: 2px;
}
.highcharts-windbarb-series .highcharts-point {
fill: none;
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 {
fill: none;
stroke-width: 0;
}
.highcharts-legend-item > text {
fill: $neutral-color-80;
font-weight: bold;
font-size: $legend-font-size;
cursor: pointer;
stroke-width: 0;
}
.highcharts-legend-item:hover text {
fill: $neutral-color-100;
}
.highcharts-legend-item-hidden * {
fill: $neutral-color-20 !important;
stroke: $neutral-color-20 !important;
transition: fill 250ms;
}
.highcharts-legend-nav-active {
fill: $highlight-color-100;
cursor: pointer;
}
.highcharts-legend-nav-inactive {
fill: $neutral-color-20;
}
circle.highcharts-legend-nav-active, circle.highcharts-legend-nav-inactive { /* tracker */
fill: rgba(192, 192, 192, 0.0001);
}
.highcharts-legend-title-box {
fill: none;
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: $neutral-color-80;
}
/* Loading */
.highcharts-loading {
position: absolute;
background-color: $background-color;
opacity: 0.5;
text-align: center;
z-index: 10;
transition: opacity 250ms;
}
.highcharts-loading-hidden {
height: 0 !important;
opacity: 0;
overflow: hidden;
transition: opacity 250ms, height 250ms step-end;
}
.highcharts-loading-inner {
font-weight: bold;
position: relative;
top: 45%;
}
/* Plot bands and polar pane backgrounds */
.highcharts-plot-band, .highcharts-pane {
fill: $neutral-color-100;
fill-opacity: 0.05;
}
.highcharts-plot-line {
fill: none;
stroke: $neutral-color-40;
stroke-width: 1px;
}
/* Highcharts More and modules */
.highcharts-boxplot-box {
fill: $background-color;
}
.highcharts-boxplot-median {
stroke-width: 2px;
}
.highcharts-bubble-series .highcharts-point {
fill-opacity: 0.5;
}
.highcharts-errorbar-series .highcharts-point {
stroke: $neutral-color-100;
}
.highcharts-gauge-series .highcharts-data-label-box {
stroke: $neutral-color-20;
stroke-width: 1px;
}
.highcharts-gauge-series .highcharts-dial {
fill: $neutral-color-100;
stroke-width: 0;
}
.highcharts-polygon-series .highcharts-graph {
fill: inherit;
stroke-width: 0;
}
.highcharts-waterfall-series .highcharts-graph {
stroke: $neutral-color-80;
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: $neutral-color-20;
transition: stroke 250ms, fill-opacity 250ms;
}
.highcharts-venn-series .highcharts-point-hover {
fill-opacity: 1;
stroke: $neutral-color-20;
}
/* Highstock */
.highcharts-navigator-mask-outside {
fill-opacity: 0;
}
.highcharts-navigator-mask-inside {
fill: $highlight-color-60; /* navigator.maskFill option */
fill-opacity: 0.25;
cursor: ew-resize;
}
.highcharts-navigator-outline {
stroke: $neutral-color-20;
fill: none;
}
.highcharts-navigator-handle {
stroke: $neutral-color-20;
fill: $neutral-color-5;
cursor: ew-resize;
}
.highcharts-navigator-series {
fill: $navigator-series-fill;
stroke: $navigator-series-border;
}
.highcharts-navigator-series .highcharts-graph {
stroke-width: 1px;
}
.highcharts-navigator-series .highcharts-area {
fill-opacity: 0.05;
}
.highcharts-navigator-xaxis .highcharts-axis-line {
stroke-width: 0;
}
.highcharts-navigator-xaxis .highcharts-grid-line {
stroke-width: 1px;
stroke: $neutral-color-10;
}
.highcharts-navigator-xaxis.highcharts-axis-labels {
fill: $neutral-color-40;
}
.highcharts-navigator-yaxis .highcharts-grid-line {
stroke-width: 0;
}
.highcharts-scrollbar-thumb {
fill: $neutral-color-20;
stroke: $neutral-color-20;
stroke-width: 1px;
}
.highcharts-scrollbar-button {
fill: $neutral-color-10;
stroke: $neutral-color-20;
stroke-width: 1px;
}
.highcharts-scrollbar-arrow {
fill: $neutral-color-60;
}
.highcharts-scrollbar-rifles {
stroke: $neutral-color-60;
stroke-width: 1px;
}
.highcharts-scrollbar-track {
fill: $scrollbar-track-background;
stroke: $scrollbar-track-border;
stroke-width: 1px;
}
.highcharts-button {
fill: $highcharts-button-background;
stroke: $highcharts-button-border;
cursor: default;
stroke-width: 1px;
transition: fill 250ms;
}
.highcharts-button text {
fill: $highcharts-button-text;
}
.highcharts-button-hover {
transition: fill 0ms;
fill: $highcharts-button-hover-background;
stroke: $highcharts-button-hover-border;
}
.highcharts-button-hover text {
fill: $highcharts-button-hover-text;
}
.highcharts-button-pressed {
font-weight: bold;
fill: $highcharts-button-pressed-background;
stroke: $highcharts-button-pressed-border;
}
.highcharts-button-pressed text {
fill: $highcharts-button-pressed-text;
font-weight: bold;
}
.highcharts-button-disabled text {
fill: $highcharts-button-text;
}
.highcharts-range-selector-buttons .highcharts-button {
stroke-width: $range-selector-button-border;
}
.highcharts-range-label rect {
fill: none;
}
.highcharts-range-label text {
fill: $neutral-color-60;
}
.highcharts-range-input rect {
fill: none;
}
.highcharts-range-input text {
fill: $range-selector-input-text;
}
.highcharts-range-input {
stroke-width:1px;
stroke: $range-selector-input-border;
}
input.highcharts-range-selector {
position: absolute;
border: 0;
width: 1px; /* Chrome needs a pixel to see it */
height: 1px;
padding: 0;
text-align: center;
left: -9em; /* #4798 */
}
.highcharts-crosshair-label text {
fill: $background-color;
font-size: 1.1em;
}
.highcharts-crosshair-label .highcharts-label-box {
fill: inherit;
}
.highcharts-candlestick-series .highcharts-point {
stroke: $neutral-color-100;
stroke-width: 1px;
}
.highcharts-candlestick-series .highcharts-point-up {
fill: $background-color;
}
.highcharts-hollowcandlestick-series .highcharts-point-down {
fill: $negative-color;
stroke: $negative-color;
}
.highcharts-hollowcandlestick-series .highcharts-point-down-bearish-up {
fill: $positive-color;
stroke: $positive-color;
}
.highcharts-hollowcandlestick-series .highcharts-point-up {
fill: transparent;
stroke: $positive-color;
}
.highcharts-ohlc-series .highcharts-point-hover {
stroke-width: 3px;
}
.highcharts-flags-series .highcharts-point .highcharts-label-box {
stroke: $neutral-color-40;
fill: $background-color;
transition: fill 250ms;
}
.highcharts-flags-series .highcharts-point-hover .highcharts-label-box {
stroke: $neutral-color-100;
fill: $highlight-color-20;
}
.highcharts-flags-series .highcharts-point text {
fill: $neutral-color-100;
font-size: 0.9em;
font-weight: bold;
}
/* Highcharts Maps */
.highcharts-map-series .highcharts-point {
transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
stroke: $neutral-color-20;
stroke-width: inherit;
}
.highcharts-map-series .highcharts-point-hover {
transition: fill 0ms, fill-opacity 0ms;
fill-opacity: 0.5;
}
.highcharts-mapline-series .highcharts-point {
fill: none;
}
.highcharts-heatmap-series .highcharts-point {
stroke-width: 0;
}
.highcharts-map-navigation {
font-size: 1.3em;
font-weight: bold;
text-align: center;
}
.highcharts-mapview-inset-border {
stroke: $neutral-color-20;
stroke-width: 1px;
fill: none;
}
.highcharts-coloraxis {
stroke-width: 0;
}
.highcharts-coloraxis-marker {
fill: $neutral-color-40;
}
.highcharts-null-point {
fill: $neutral-color-3;
}
/* 3d charts */
.highcharts-3d-frame {
fill: transparent;
}
/* Exporting module */
.highcharts-contextbutton {
fill: $context-button-background; /* needed to capture hover */
stroke: none;
stroke-linecap: round;
}
.highcharts-contextbutton:hover {
fill: $neutral-color-10;
stroke: $neutral-color-10;
}
.highcharts-button-symbol {
stroke: $neutral-color-60;
stroke-width: 3px;
}
.highcharts-menu {
border: 1px solid $neutral-color-40;
background: $background-color;
padding: 5px 0;
box-shadow: 3px 3px 10px #888;
}
.highcharts-menu-item {
padding: 0.5em 1em;
background: none;
color: $neutral-color-80;
cursor: pointer;
transition: background 250ms, color 250ms;
}
.highcharts-menu-item:hover {
background: $highlight-color-80;
color: $background-color;
}
/* Breadcrumbs */
.highcharts-breadcrumbs-button {
fill: none;
stroke-width: 0;
cursor: pointer;
}
.highcharts-breadcrumbs-separator {
fill: $neutral-color-60;
}
/* Drilldown module */
.highcharts-drilldown-point {
cursor: pointer;
}
.highcharts-drilldown-data-label text,
text.highcharts-drilldown-data-label,
.highcharts-drilldown-axis-label {
cursor: pointer;
fill: $highlight-color-100;
font-weight: bold;
text-decoration: underline;
}
/* No-data module */
.highcharts-no-data text {
font-weight: bold;
font-size: 12px;
fill: $neutral-color-60;
}
/* 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: $neutral-color-80;
}
.highcharts-lineargauge-target-line {
stroke-width: 1px;
stroke: $neutral-color-80;
}
/* Annotations module */
.highcharts-annotation-label-box {
stroke-width: 1px;
stroke: $neutral-color-100;
fill: $neutral-color-100;
fill-opacity: 0.75;
}
.highcharts-annotation-label text {
fill: $neutral-color-10;
}
/* A11y module */
.highcharts-a11y-proxy-button {
border-width: 0;
background-color: transparent;
cursor: pointer;
outline: none;
opacity: 0.001;
z-index: 999;
overflow: hidden;
padding: 0;
margin: 0;
display: block;
position: absolute;
}
.highcharts-a11y-proxy-group li {
list-style: none;
}
.highcharts-visually-hidden {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
white-space: nowrap;
clip: rect(1px, 1px, 1px, 1px);
margin-top: -3px;
opacity: 0.01;
}
.highcharts-a11y-invisible {
visibility: hidden;
}
.highcharts-a11y-proxy-container,
.highcharts-a11y-proxy-container-before,
.highcharts-a11y-proxy-container-after {
position: absolute;
white-space: nowrap;
}
g.highcharts-series, .highcharts-markers, .highcharts-point {
outline: none;
}
/* 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;
}

View File

@@ -0,0 +1,271 @@
.chart:-webkit-full-screen {
width: 100%;
height: 100%;
}
.chart:-moz-full-screen {
width: 100%;
height: 100%;
}
.chart:-ms-fullscreen {
width: 100%;
height: 100%;
}
.chart:fullscreen {
width: 100%;
height: 100%;
}
.chart {
width: 100%;
float: left;
height: 400px;
position: relative;
}
.highcharts-draw-mode {
cursor: crosshair;
}
.highcharts-bindings-wrapper * {
box-sizing: content-box;
}
.highcharts-bindings-wrapper {
display: block;
width: 40px;
height: 100%;
position: absolute;
z-index: 10;
top: 0px;
}
.highcharts-stocktools-popup {
width: 100%;
}
.highcharts-menu-wrapper {
float: left;
width: 40px;
height: calc(100% - 50px);
overflow: hidden;
position: absolute;
left: 0px;
top: 0px;
padding: 10px;
}
.highcharts-bindings-wrapper .highcharts-submenu-wrapper {
display: none;
position: absolute;
z-index: 10;
left: 0px;
top: 0px;
background: #fff;
width: 40px;
}
.highcharts-bindings-wrapper .highcharts-arrow-wrapper {
text-align: center;
width: 40px;
position: absolute;
left: 10px;
bottom: 10px;
font-size: 1.5em;
}
.highcharts-bindings-wrapper .highcharts-arrow-wrapper > div {
cursor: pointer;
}
.highcharts-bindings-wrapper .highcharts-arrow-down {
background-size: cover;
/* Safari */
-webkit-transform: rotate(90deg);
/* Firefox */
-moz-transform: rotate(90deg);
/* IE */
-ms-transform: rotate(90deg);
/* Opera */
-o-transform: rotate(90deg);
/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
transform: rotate(90deg);
}
.highcharts-bindings-wrapper .highcharts-arrow-up {
background-size: cover;
outline: none;
display: inline-block;
width: 25px;
cursor: pointer;
-webkit-user-select: none;
/* Chrome/Safari */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE10+ */
/* Rules below not implemented in browsers yet */
-o-user-select: none;
user-select: none;
/* Safari */
-webkit-transform: rotate(-90deg);
/* Firefox */
-moz-transform: rotate(-90deg);
/* IE */
-ms-transform: rotate(-90deg);
/* Opera */
-o-transform: rotate(-90deg);
/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
transform: rotate(-90deg);
}
.highcharts-bindings-wrapper .highcharts-arrow-right {
background-repeat: no-repeat;
background-position: right bottom;
background-size: contain;
}
.highcharts-bindings-wrapper .highcharts-arrow-left.highcharts-arrow-right {
/* Safari */
-webkit-transform: rotate(0deg);
/* Firefox */
-moz-transform: rotate(0deg);
/* IE */
-ms-transform: rotate(0deg);
/* Opera */
-o-transform: rotate(0deg);
/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
transform: rotate(0deg);
}
.highcharts-bindings-wrapper .highcharts-arrow-left {
/* Safari */
-webkit-transform: rotate(180deg);
/* Firefox */
-moz-transform: rotate(180deg);
/* IE */
-ms-transform: rotate(180deg);
/* Opera */
-o-transform: rotate(180deg);
/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
transform: rotate(180deg);
}
.highcharts-bindings-wrapper ul {
width: 40px;
/* 30px spacing for arrows to scroll */
margin: 0px;
padding: 0px;
float: left;
transition: margin 250ms;
}
.highcharts-bindings-wrapper > ul {
width: 40px;
position: relative;
}
.highcharts-bindings-wrapper .highcharts-stocktools-toolbar li {
list-style: none;
margin-bottom: 3px;
padding: 0px;
clear: both;
width: 100%;
height: 40px;
cursor: pointer;
position: relative;
background-color: #f7f7f7;
}
.highcharts-bindings-wrapper .highcharts-stocktools-toolbar li.highcharts-disabled-btn {
cursor: default;
}
.highcharts-bindings-wrapper .highcharts-stocktools-toolbar li.highcharts-disabled-btn > .highcharts-menu-item-btn {
opacity: 0.5;
}
.highcharts-bindings-wrapper .highcharts-stocktools-toolbar li.highcharts-disabled-btn.highcharts-active {
background: #f7f7f7;
}
.highcharts-bindings-wrapper .highcharts-stocktools-toolbar li.highcharts-disabled-btn .highcharts-menu-item-btn:hover {
background-color: transparent;
}
.highcharts-bindings-wrapper li > span.highcharts-menu-item-btn {
display: block;
float: left;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 32px 32px;
}
.highcharts-submenu-wrapper li > span.highcharts-menu-item-btn {
width: 40px;
}
.highcharts-bindings-wrapper li > span.highcharts-submenu-item-arrow {
float: left;
width: 10px;
height: 100%;
cursor: pointer;
position: absolute;
bottom: 0px;
right: 0px;
}
.highcharts-bindings-wrapper li.highcharts-separator {
height: 15px;
background-color: transparent;
width: 36px;
pointer-events: none;
}
.highcharts-bindings-wrapper li.highcharts-separator > span.highcharts-menu-item-btn {
width: 100%;
}
.highcharts-bindings-wrapper li.highcharts-active > span.highcharts-menu-item-btn,
.highcharts-bindings-wrapper li > span.highcharts-menu-item-btn:hover,
.highcharts-bindings-wrapper .highcharts-arrow-wrapper > div:hover,
.highcharts-bindings-wrapper li.highcharts-active,
.highcharts-toggle-toolbar:hover {
background-color: #e6ebf5;
transition: background-color 100ms;
}
.highcharts-toggle-toolbar {
position: absolute;
cursor: pointer;
width: 10px;
height: 10px;
background-color: #f7f7f7;
background-size: cover;
}
.highcharts-hide {
display: none;
}
.highcharts-bindings-wrapper li:hover, .highcharts-submenu-item-arrow:hover {
background-color: #e6ebf5;
}
.highcharts-bindings-wrapper .highcharts-arrow-down, .highcharts-bindings-wrapper .highcharts-arrow-up {
width: 50%;
height: 20px;
float: left;
}
li.highcharts-disabled-btn:hover, .highcharts-disabled-btn .highcharts-submenu-item-arrow:hover {
background-color: #f7f7f7;
}

View File

@@ -0,0 +1,271 @@
// Colors for buttons.
$button-background-color: #f7f7f7;
$button-hover-color: #e6ebf5;
.chart:-webkit-full-screen {
width: 100%;
height: 100%;
}
.chart:-moz-full-screen {
width: 100%;
height: 100%;
}
.chart:-ms-fullscreen {
width: 100%;
height: 100%;
}
.chart:fullscreen {
width: 100%;
height: 100%;
}
.chart {
width: 100%;
float: left;
height: 400px;
position: relative;
}
.highcharts-draw-mode { cursor: crosshair; }
.highcharts-bindings-wrapper * {
box-sizing: content-box;
}
.highcharts-bindings-wrapper {
display: block;
width: 40px;
height: 100%;
position: absolute;
z-index: 10;
top: 0px;
}
.highcharts-stocktools-popup {
width: 100%;
}
.highcharts-menu-wrapper {
float: left;
width: 40px;
height: calc(100% - 50px);
overflow: hidden;
position: absolute;
left: 0px;
top: 0px;
padding: 10px;
}
.highcharts-bindings-wrapper .highcharts-submenu-wrapper {
display: none;
position: absolute;
z-index: 10;
left: 0px;
top: 0px;
background: #fff;
width: 40px;
}
.highcharts-bindings-wrapper .highcharts-arrow-wrapper {
text-align: center;
width: 40px;
position: absolute;
left: 10px;
bottom: 10px;
font-size: 1.5em;
}
.highcharts-bindings-wrapper .highcharts-arrow-wrapper > div {
cursor: pointer;
}
.highcharts-bindings-wrapper .highcharts-arrow-down {
background-size: cover;
/* Safari */
-webkit-transform: rotate(90deg);
/* Firefox */
-moz-transform: rotate(90deg);
/* IE */
-ms-transform: rotate(90deg);
/* Opera */
-o-transform: rotate(90deg);
/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
transform: rotate(90deg);
}
.highcharts-bindings-wrapper .highcharts-arrow-up {
background-size: cover;
outline: none;
display: inline-block;
width: 25px;
cursor: pointer;
-webkit-user-select: none;
/* Chrome/Safari */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE10+ */
/* Rules below not implemented in browsers yet */
-o-user-select: none;
user-select: none;
/* Safari */
-webkit-transform: rotate(-90deg);
/* Firefox */
-moz-transform: rotate(-90deg);
/* IE */
-ms-transform: rotate(-90deg);
/* Opera */
-o-transform: rotate(-90deg);
/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
transform: rotate(-90deg);
}
.highcharts-bindings-wrapper .highcharts-arrow-right {
background-repeat: no-repeat;
background-position: right bottom;
background-size: contain;
}
.highcharts-bindings-wrapper .highcharts-arrow-left.highcharts-arrow-right {
/* Safari */
-webkit-transform: rotate(0deg);
/* Firefox */
-moz-transform: rotate(0deg);
/* IE */
-ms-transform: rotate(0deg);
/* Opera */
-o-transform: rotate(0deg);
/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
transform: rotate(0deg);
}
.highcharts-bindings-wrapper .highcharts-arrow-left {
/* Safari */
-webkit-transform: rotate(180deg);
/* Firefox */
-moz-transform: rotate(180deg);
/* IE */
-ms-transform: rotate(180deg);
/* Opera */
-o-transform: rotate(180deg);
/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
transform: rotate(180deg);
}
.highcharts-bindings-wrapper ul {
width: 40px;
/* 30px spacing for arrows to scroll */
margin: 0px;
padding: 0px;
float: left;
transition: margin 250ms;
}
.highcharts-bindings-wrapper>ul {
width: 40px;
position: relative;
}
.highcharts-bindings-wrapper .highcharts-stocktools-toolbar li {
list-style: none;
margin-bottom: 3px;
padding: 0px;
clear: both;
width: 100%;
height: 40px;
cursor: pointer;
position: relative;
background-color: $button-background-color;
}
.highcharts-bindings-wrapper .highcharts-stocktools-toolbar li.highcharts-disabled-btn {
cursor: default;
}
.highcharts-bindings-wrapper .highcharts-stocktools-toolbar li.highcharts-disabled-btn > .highcharts-menu-item-btn {
opacity: 0.5;
}
.highcharts-bindings-wrapper .highcharts-stocktools-toolbar li.highcharts-disabled-btn.highcharts-active {
background: $button-background-color;
}
.highcharts-bindings-wrapper .highcharts-stocktools-toolbar li.highcharts-disabled-btn .highcharts-menu-item-btn:hover {
background-color: transparent;
}
.highcharts-bindings-wrapper li>span.highcharts-menu-item-btn {
display: block;
float: left;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 32px 32px;
}
.highcharts-submenu-wrapper li>span.highcharts-menu-item-btn {
width: 40px;
}
.highcharts-bindings-wrapper li>span.highcharts-submenu-item-arrow {
float: left;
width: 10px;
height: 100%;
cursor: pointer;
position: absolute;
bottom: 0px;
right: 0px;
}
.highcharts-bindings-wrapper li.highcharts-separator {
height: 15px;
background-color: transparent;
width: 36px;
pointer-events: none;
}
.highcharts-bindings-wrapper li.highcharts-separator>span.highcharts-menu-item-btn {
width: 100%;
}
.highcharts-bindings-wrapper li.highcharts-active>span.highcharts-menu-item-btn,
.highcharts-bindings-wrapper li>span.highcharts-menu-item-btn:hover,
.highcharts-bindings-wrapper .highcharts-arrow-wrapper > div:hover,
.highcharts-bindings-wrapper li.highcharts-active,
.highcharts-toggle-toolbar:hover {
background-color: $button-hover-color;
transition: background-color 100ms;
}
.highcharts-toggle-toolbar {
position: absolute;
cursor: pointer;
width: 10px;
height: 10px;
background-color: $button-background-color;
background-size: cover;
}
.highcharts-hide {
display: none;
}
.highcharts-bindings-wrapper li:hover, .highcharts-submenu-item-arrow:hover {
background-color: $button-hover-color;
}
.highcharts-bindings-wrapper .highcharts-arrow-down, .highcharts-bindings-wrapper .highcharts-arrow-up {
width: 50%;
height: 20px;
float: left;
}
li.highcharts-disabled-btn:hover, .highcharts-disabled-btn .highcharts-submenu-item-arrow:hover {
background-color: $button-background-color;
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,122 @@
// Global font
@import 'https://fonts.googleapis.com/css?family=Unica+One';
// Chart background, point stroke for markers and columns etc
$background-color: #2a2a2b;
// Colors for data series and points.
$colors: #2b908f #90ee7e #f45b5b #7798BF #aaeeee #ff0066 #eeaaee #55BF3B #DF5353 #7798BF #aaeeee;
// Neutral colors
$neutral-color-100: #fff;
$neutral-color-80: #E0E0E3;
$neutral-color-60: #E0E0E3;
$neutral-color-40: #666;
$neutral-color-20: #606063;
$neutral-color-10: #707073;
$neutral-color-5: #505053;
// Colored, shades
$highlight-color-100: #F0F0F3;
$highlight-color-60: rgba(255,255,255,0.1);
$highlight-color-20: $neutral-color-10;
// Data-labels
$data-label-color: #B0B0B3;
// Fonts
$font-family: 'Unica One', Arial, Helvetica, sans-serif;
$title-font-size: 20px;
// Tooltip
$tooltip-background: rgba(0, 0, 0, 0.85);
// Range-selector
$range-selector-input-text: silver;
$range-selector-input-border: $neutral-color-5;
// Buttons
$highcharts-button-background: $neutral-color-5;
$highcharts-button-text: #ccc;
$highcharts-button-pressed-background: #000003;
$highcharts-button-pressed-text: $neutral-color-100;
$highcharts-button-hover-background: $neutral-color-10;
$highcharts-button-hover-text: $neutral-color-100;
$context-button-background: $neutral-color-5;
// Navigator
$navigator-series-fill: #7798BF;
$navigator-series-border: #A6C7ED;
// Navigator
$scrollbar-track-background: #404043;
$scrollbar-track-border: #404043;
// Titles
.highcharts-title, .highcharts-subtitle {
text-transform: uppercase;
}
// Tooltip
.highcharts-tooltip text {
fill: #F0F0F0
}
// Range-selector
.highcharts-range-selector-buttons text {
fill: silver;
}
// Axes
.highcharts-yaxis-grid {
stroke-width: 1px;
}
.highcharts-axis-labels, .highcharts-axis-title {
fill: #E0E0E3;
}
// Navigator
.highcharts-navigator .highcharts-navigator-handle {
fill: $neutral-color-40;
stroke: #aaa;
}
.highcharts-navigator .highcharts-navigator-outline {
stroke: #CCC;
}
.highcharts-navigator .highcharts-navigator-xaxis .highcharts-grid-line {
stroke: $neutral-color-5;
}
// Scrollbar
.highcharts-scrollbar .highcharts-scrollbar-rifles {
stroke: $neutral-color-100;
}
.highcharts-scrollbar .highcharts-scrollbar-button {
stroke: #606063;
fill: #606063;
}
.highcharts-scrollbar .highcharts-scrollbar-arrow {
fill: #CCC;
}
.highcharts-scrollbar .highcharts-scrollbar-thumb {
fill: #808083;
stroke: #808083;
}
// Navigation
.highcharts-contextbutton .highcharts-button-symbol {
stroke: #DDDDDD;
}
@import '../highcharts';

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,33 @@
// Global font
@import 'https://fonts.googleapis.com/css?family=Dosis:400,600';
// Colors for data series and points.
$colors: #7cb5ec #f7a35c #90ee7e #7798BF #aaeeee #ff0066 #eeaaee #55BF3B #DF5353 #7798BF #aaeeee;
// Neutral colors
$neutral-color-100: #404048;
$neutral-color-80: #000;
// Fonts
$font-family: 'Dosis', Arial, Helvetica, sans-serif;
$title-font-size: 16px;
$legend-font-size: 13px;
$axis-labels-font-size: 12px;
// Tooltip
$tooltip-border: 0px;
$tooltip-background: rgba(219,219,216,0.8);
// Axes
$xaxis-grid-line: 1px !default;
// Title
.highcharts-title, .highcharts-subtitle, .highcharts-yaxis .highcharts-axis-title {
text-transform: uppercase;
}
.highcharts-title {
font-weight: bold;
}
@import '../highcharts';

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,74 @@
// Global font
@import 'https://fonts.googleapis.com/css?family=Signika:400,700';
// Chart background, point stroke for markers and columns etc
$background-color: none;
// Colors for data series and points.
$colors: #f45b5b #8085e9 #8d4654 #7798BF #aaeeee #ff0066 #eeaaee #55BF3B #DF5353 #7798BF #aaeeee;
// Neutral colors
$neutral-color-100: #fff;
$neutral-color-80: #000;
// Data-labels
$data-label-color: #000;
// Fonts
$font-family: 'Signika', Arial, Helvetica, sans-serif;
$title-font-size: 16px;
$legend-font-size: 13px;
$axis-labels-font-size: 12px;
// Tooltip
$tooltip-border: 0px;
$tooltip-background: $neutral-color-100;
// Buttons
$highcharts-button-background: $neutral-color-100;
$highcharts-button-border: #C0C0C8;
$highcharts-button-text: #000;
$highcharts-button-pressed-background: #D0D0D8;
$highcharts-button-pressed-text: #000;
$context-button-background: $neutral-color-100;
// Navigator
$navigator-series-fill: #f45b5b;
$navigator-series-border: #f45b5b;
// Scrollbar
$scrollbar-track-border: #C0C0C8;
// General
.highcharts-container {
background: url(https://www.highcharts.com/samples/graphics/sand.png);
}
// Boxplot
.highcharts-boxplot-box {
fill: #505053;
}
// Navigator
.highcharts-navigator-xaxis .highcharts-grid-line {
stroke: #D0D0D8;
}
// Scrollbar
.highcharts-scrollbar-track {
stroke: #C0C0C8;
}
// Title
.highcharts-title {
font-weight: bold;
}
// Buttons
.highcharts-button-box {
stroke-width: 1px;
}
@import '../highcharts';