highstock-rails 2.1.10 → 5.0.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/css/highcharts.css +760 -0
- data/app/assets/javascripts/highstock.js +511 -419
- data/app/assets/javascripts/highstock/highstock.js +472 -0
- data/app/assets/javascripts/highstock/highstock.js.map +8 -0
- data/app/assets/javascripts/highstock/highstock.src.js +28809 -0
- data/app/assets/javascripts/highstock/modules/accessibility.js +48 -0
- data/app/assets/javascripts/highstock/modules/accessibility.js.map +8 -0
- data/app/assets/javascripts/highstock/modules/accessibility.src.js +1131 -0
- data/app/assets/javascripts/highstock/modules/annotations.js +14 -0
- data/app/assets/javascripts/highstock/modules/annotations.js.map +8 -0
- data/app/assets/javascripts/highstock/modules/annotations.src.js +407 -0
- data/app/assets/javascripts/highstock/modules/boost-canvas.js +23 -0
- data/app/assets/javascripts/highstock/modules/boost-canvas.js.map +8 -0
- data/app/assets/javascripts/highstock/modules/boost-canvas.src.js +771 -0
- data/app/assets/javascripts/highstock/modules/boost.js +51 -12
- data/app/assets/javascripts/highstock/modules/boost.js.map +8 -0
- data/app/assets/javascripts/highstock/modules/boost.src.js +2580 -492
- data/app/assets/javascripts/highstock/modules/broken-axis.js.map +8 -0
- data/app/assets/javascripts/highstock/modules/canvasrenderer.experimental.js.map +8 -0
- data/app/assets/javascripts/highstock/modules/data.js +19 -19
- data/app/assets/javascripts/highstock/modules/data.js.map +8 -0
- data/app/assets/javascripts/highstock/modules/data.src.js +974 -950
- data/app/assets/javascripts/highstock/modules/drilldown.js +25 -17
- data/app/assets/javascripts/highstock/modules/drilldown.js.map +8 -0
- data/app/assets/javascripts/highstock/modules/drilldown.src.js +790 -709
- data/app/assets/javascripts/highstock/modules/export-data.js +17 -0
- data/app/assets/javascripts/highstock/modules/export-data.js.map +8 -0
- data/app/assets/javascripts/highstock/modules/export-data.src.js +417 -0
- data/app/assets/javascripts/highstock/modules/exporting.js +21 -18
- data/app/assets/javascripts/highstock/modules/exporting.js.map +8 -0
- data/app/assets/javascripts/highstock/modules/exporting.src.js +1013 -768
- data/app/assets/javascripts/highstock/modules/funnel.js +6 -7
- data/app/assets/javascripts/highstock/modules/funnel.js.map +8 -0
- data/app/assets/javascripts/highstock/modules/funnel.src.js +284 -308
- data/app/assets/javascripts/highstock/modules/gantt.js +24 -0
- data/app/assets/javascripts/highstock/modules/gantt.js.map +8 -0
- data/app/assets/javascripts/highstock/modules/gantt.src.js +793 -0
- data/app/assets/javascripts/highstock/modules/grid-axis.js +19 -0
- data/app/assets/javascripts/highstock/modules/grid-axis.js.map +8 -0
- data/app/assets/javascripts/highstock/modules/grid-axis.src.js +545 -0
- data/app/assets/javascripts/highstock/modules/heatmap.js +20 -18
- data/app/assets/javascripts/highstock/modules/heatmap.js.map +8 -0
- data/app/assets/javascripts/highstock/modules/heatmap.src.js +738 -633
- data/app/assets/javascripts/highstock/modules/map-parser.js.map +8 -0
- data/app/assets/javascripts/highstock/modules/map.js.map +8 -0
- data/app/assets/javascripts/highstock/modules/no-data-to-display.js +5 -5
- data/app/assets/javascripts/highstock/modules/no-data-to-display.js.map +8 -0
- data/app/assets/javascripts/highstock/modules/no-data-to-display.src.js +140 -133
- data/app/assets/javascripts/highstock/modules/offline-exporting.js +12 -7
- data/app/assets/javascripts/highstock/modules/offline-exporting.js.map +8 -0
- data/app/assets/javascripts/highstock/modules/offline-exporting.src.js +543 -270
- data/app/assets/javascripts/highstock/modules/overlapping-datalabels.js +10 -0
- data/app/assets/javascripts/highstock/modules/overlapping-datalabels.js.map +8 -0
- data/app/assets/javascripts/highstock/modules/overlapping-datalabels.src.js +187 -0
- data/app/assets/javascripts/highstock/modules/series-label.js +19 -0
- data/app/assets/javascripts/highstock/modules/series-label.js.map +8 -0
- data/app/assets/javascripts/highstock/modules/series-label.src.js +606 -0
- data/app/assets/javascripts/highstock/modules/solid-gauge.js +9 -8
- data/app/assets/javascripts/highstock/modules/solid-gauge.js.map +8 -0
- data/app/assets/javascripts/highstock/modules/solid-gauge.src.js +334 -266
- data/app/assets/javascripts/highstock/modules/static-scale.js +12 -0
- data/app/assets/javascripts/highstock/modules/static-scale.js.map +8 -0
- data/app/assets/javascripts/highstock/modules/static-scale.src.js +64 -0
- data/app/assets/javascripts/highstock/modules/stock.js +123 -0
- data/app/assets/javascripts/highstock/modules/stock.js.map +8 -0
- data/app/assets/javascripts/highstock/modules/stock.src.js +6247 -0
- data/app/assets/javascripts/highstock/modules/treemap.js +22 -23
- data/app/assets/javascripts/highstock/modules/treemap.js.map +8 -0
- data/app/assets/javascripts/highstock/modules/treemap.src.js +884 -859
- data/app/assets/javascripts/highstock/modules/xrange-series.js +15 -0
- data/app/assets/javascripts/highstock/modules/xrange-series.js.map +8 -0
- data/app/assets/javascripts/highstock/modules/xrange-series.src.js +258 -0
- data/app/assets/javascripts/highstock/themes/dark-blue.js +307 -244
- data/app/assets/javascripts/highstock/themes/dark-green.js +303 -244
- data/app/assets/javascripts/highstock/themes/dark-unica.js +231 -201
- data/app/assets/javascripts/highstock/themes/gray.js +314 -245
- data/app/assets/javascripts/highstock/themes/grid-light.js +91 -66
- data/app/assets/javascripts/highstock/themes/grid.js +124 -96
- data/app/assets/javascripts/highstock/themes/sand-signika.js +119 -94
- data/app/assets/javascripts/highstock/themes/skies.js +108 -85
- data/lib/highstock/rails/version.rb +1 -1
- metadata +54 -11
- data/app/assets/javascripts/highstock/adapters/standalone-framework.js +0 -18
- data/app/assets/javascripts/highstock/adapters/standalone-framework.src.js +0 -635
- data/app/assets/javascripts/highstock/highcharts-3d.js +0 -48
- data/app/assets/javascripts/highstock/highcharts-3d.src.js +0 -1711
- data/app/assets/javascripts/highstock/highcharts-more.js +0 -55
- data/app/assets/javascripts/highstock/highstock-all.js +0 -637
- data/app/assets/javascripts/highstock/modules/canvas-tools.js +0 -133
- data/app/assets/javascripts/highstock/modules/canvas-tools.src.js +0 -3114
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8485b5a7c76196fcdfc1966a0306959233c5780b
|
4
|
+
data.tar.gz: e1f9beff3cbeba203ee8d2f2a3a911b70c42313f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4edca7c92819d5291e3cde367ab9144ca7960f7032e62d4adb1dbd32efc56a147ce104f24ecc9166b7a58ce5049400831f8d28760763cbc0f0dc8613db801ab6
|
7
|
+
data.tar.gz: b5b9597610415858f64f59a6bd53ed580bb86b55d6f8f8cd458051288754cece01d6137f8fa2ad72ba9ad20a4bc8fa8303c6f6fca00ad7ce874af6c15d481bb7
|
@@ -0,0 +1,760 @@
|
|
1
|
+
/**
|
2
|
+
* @license Highcharts
|
3
|
+
*
|
4
|
+
* (c) 2009-2016 Torstein Honsi
|
5
|
+
*
|
6
|
+
* License: www.highcharts.com/license
|
7
|
+
*/
|
8
|
+
.highcharts-container {
|
9
|
+
position: relative;
|
10
|
+
overflow: hidden;
|
11
|
+
width: 100%;
|
12
|
+
height: 100%;
|
13
|
+
text-align: left;
|
14
|
+
line-height: normal;
|
15
|
+
z-index: 0;
|
16
|
+
/* #1072 */
|
17
|
+
-webkit-tap-highlight-color: transparent;
|
18
|
+
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
|
19
|
+
font-size: 12px;
|
20
|
+
}
|
21
|
+
|
22
|
+
.highcharts-root text {
|
23
|
+
stroke-width: 0;
|
24
|
+
}
|
25
|
+
|
26
|
+
.highcharts-strong {
|
27
|
+
font-weight: bold;
|
28
|
+
}
|
29
|
+
|
30
|
+
.highcharts-emphasized {
|
31
|
+
font-style: italic;
|
32
|
+
}
|
33
|
+
|
34
|
+
.highcharts-background {
|
35
|
+
fill: #ffffff;
|
36
|
+
}
|
37
|
+
|
38
|
+
.highcharts-plot-border, .highcharts-plot-background {
|
39
|
+
fill: none;
|
40
|
+
}
|
41
|
+
|
42
|
+
.highcharts-label-box {
|
43
|
+
fill: none;
|
44
|
+
}
|
45
|
+
|
46
|
+
.highcharts-button-box {
|
47
|
+
fill: inherit;
|
48
|
+
}
|
49
|
+
|
50
|
+
/* Titles */
|
51
|
+
.highcharts-title {
|
52
|
+
fill: #333333;
|
53
|
+
font-size: 1.5em;
|
54
|
+
}
|
55
|
+
|
56
|
+
.highcharts-subtitle {
|
57
|
+
fill: #666666;
|
58
|
+
}
|
59
|
+
|
60
|
+
/* Axes */
|
61
|
+
.highcharts-axis-line {
|
62
|
+
fill: none;
|
63
|
+
stroke: #ccd6eb;
|
64
|
+
}
|
65
|
+
|
66
|
+
.highcharts-yaxis .highcharts-axis-line {
|
67
|
+
stroke-width: 0;
|
68
|
+
}
|
69
|
+
|
70
|
+
.highcharts-axis-title {
|
71
|
+
fill: #666666;
|
72
|
+
}
|
73
|
+
|
74
|
+
.highcharts-axis-labels {
|
75
|
+
fill: #666666;
|
76
|
+
cursor: default;
|
77
|
+
font-size: 0.9em;
|
78
|
+
}
|
79
|
+
|
80
|
+
.highcharts-grid-line {
|
81
|
+
fill: none;
|
82
|
+
stroke: #e6e6e6;
|
83
|
+
}
|
84
|
+
|
85
|
+
.highcharts-xaxis-grid .highcharts-grid-line {
|
86
|
+
stroke-width: 0;
|
87
|
+
}
|
88
|
+
|
89
|
+
.highcharts-tick {
|
90
|
+
stroke: #ccd6eb;
|
91
|
+
}
|
92
|
+
|
93
|
+
.highcharts-yaxis .highcharts-tick {
|
94
|
+
stroke-width: 0;
|
95
|
+
}
|
96
|
+
|
97
|
+
.highcharts-minor-grid-line {
|
98
|
+
stroke: #f2f2f2;
|
99
|
+
}
|
100
|
+
|
101
|
+
.highcharts-crosshair-thin {
|
102
|
+
stroke-width: 1px;
|
103
|
+
stroke: #cccccc;
|
104
|
+
}
|
105
|
+
|
106
|
+
.highcharts-crosshair-category {
|
107
|
+
stroke: #ccd6eb;
|
108
|
+
stroke-opacity: 0.25;
|
109
|
+
}
|
110
|
+
|
111
|
+
/* Credits */
|
112
|
+
.highcharts-credits {
|
113
|
+
cursor: pointer;
|
114
|
+
fill: #999999;
|
115
|
+
font-size: 0.7em;
|
116
|
+
transition: fill 250ms, font-size 250ms;
|
117
|
+
}
|
118
|
+
|
119
|
+
.highcharts-credits:hover {
|
120
|
+
fill: black;
|
121
|
+
font-size: 1em;
|
122
|
+
}
|
123
|
+
|
124
|
+
/* Tooltip */
|
125
|
+
.highcharts-tooltip {
|
126
|
+
cursor: default;
|
127
|
+
pointer-events: none;
|
128
|
+
white-space: nowrap;
|
129
|
+
transition: stroke 150ms;
|
130
|
+
}
|
131
|
+
|
132
|
+
.highcharts-tooltip text {
|
133
|
+
fill: #333333;
|
134
|
+
}
|
135
|
+
|
136
|
+
.highcharts-tooltip .highcharts-header {
|
137
|
+
font-size: 0.85em;
|
138
|
+
}
|
139
|
+
|
140
|
+
.highcharts-tooltip-box {
|
141
|
+
stroke-width: 1px;
|
142
|
+
fill: #f7f7f7;
|
143
|
+
fill-opacity: 0.85;
|
144
|
+
}
|
145
|
+
|
146
|
+
.highcharts-selection-marker {
|
147
|
+
fill: #335cad;
|
148
|
+
fill-opacity: 0.25;
|
149
|
+
}
|
150
|
+
|
151
|
+
.highcharts-graph {
|
152
|
+
fill: none;
|
153
|
+
stroke-width: 2px;
|
154
|
+
stroke-linecap: round;
|
155
|
+
stroke-linejoin: round;
|
156
|
+
}
|
157
|
+
|
158
|
+
.highcharts-state-hover .highcharts-graph {
|
159
|
+
stroke-width: 3;
|
160
|
+
}
|
161
|
+
|
162
|
+
.highcharts-state-hover path {
|
163
|
+
transition: stroke-width 50;
|
164
|
+
/* quick in */
|
165
|
+
}
|
166
|
+
|
167
|
+
.highcharts-state-normal path {
|
168
|
+
transition: stroke-width 250ms;
|
169
|
+
/* slow out */
|
170
|
+
}
|
171
|
+
|
172
|
+
/* Legend hover affects points and series */
|
173
|
+
g.highcharts-series,
|
174
|
+
.highcharts-point,
|
175
|
+
.highcharts-markers,
|
176
|
+
.highcharts-data-labels {
|
177
|
+
transition: opacity 250ms;
|
178
|
+
}
|
179
|
+
|
180
|
+
.highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),
|
181
|
+
.highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover),
|
182
|
+
.highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover),
|
183
|
+
.highcharts-legend-series-active .highcharts-data-labels:not(.highcharts-series-hover) {
|
184
|
+
opacity: 0.2;
|
185
|
+
}
|
186
|
+
|
187
|
+
/* Series options */
|
188
|
+
/* Default colors */
|
189
|
+
.highcharts-color-0 {
|
190
|
+
fill: #7cb5ec;
|
191
|
+
stroke: #7cb5ec;
|
192
|
+
}
|
193
|
+
|
194
|
+
.highcharts-color-1 {
|
195
|
+
fill: #434348;
|
196
|
+
stroke: #434348;
|
197
|
+
}
|
198
|
+
|
199
|
+
.highcharts-color-2 {
|
200
|
+
fill: #90ed7d;
|
201
|
+
stroke: #90ed7d;
|
202
|
+
}
|
203
|
+
|
204
|
+
.highcharts-color-3 {
|
205
|
+
fill: #f7a35c;
|
206
|
+
stroke: #f7a35c;
|
207
|
+
}
|
208
|
+
|
209
|
+
.highcharts-color-4 {
|
210
|
+
fill: #8085e9;
|
211
|
+
stroke: #8085e9;
|
212
|
+
}
|
213
|
+
|
214
|
+
.highcharts-color-5 {
|
215
|
+
fill: #f15c80;
|
216
|
+
stroke: #f15c80;
|
217
|
+
}
|
218
|
+
|
219
|
+
.highcharts-color-6 {
|
220
|
+
fill: #e4d354;
|
221
|
+
stroke: #e4d354;
|
222
|
+
}
|
223
|
+
|
224
|
+
.highcharts-color-7 {
|
225
|
+
fill: #2b908f;
|
226
|
+
stroke: #2b908f;
|
227
|
+
}
|
228
|
+
|
229
|
+
.highcharts-color-8 {
|
230
|
+
fill: #f45b5b;
|
231
|
+
stroke: #f45b5b;
|
232
|
+
}
|
233
|
+
|
234
|
+
.highcharts-color-9 {
|
235
|
+
fill: #91e8e1;
|
236
|
+
stroke: #91e8e1;
|
237
|
+
}
|
238
|
+
|
239
|
+
.highcharts-area {
|
240
|
+
fill-opacity: 0.75;
|
241
|
+
stroke-width: 0;
|
242
|
+
}
|
243
|
+
|
244
|
+
.highcharts-markers {
|
245
|
+
stroke-width: 1px;
|
246
|
+
stroke: #ffffff;
|
247
|
+
}
|
248
|
+
|
249
|
+
.highcharts-point {
|
250
|
+
stroke-width: 1px;
|
251
|
+
}
|
252
|
+
|
253
|
+
.highcharts-dense-data .highcharts-point {
|
254
|
+
stroke-width: 0;
|
255
|
+
}
|
256
|
+
|
257
|
+
.highcharts-data-label {
|
258
|
+
font-size: 0.9em;
|
259
|
+
font-weight: bold;
|
260
|
+
}
|
261
|
+
|
262
|
+
.highcharts-data-label-box {
|
263
|
+
fill: none;
|
264
|
+
stroke-width: 0;
|
265
|
+
}
|
266
|
+
|
267
|
+
.highcharts-data-label text {
|
268
|
+
fill: #333333;
|
269
|
+
}
|
270
|
+
|
271
|
+
.highcharts-data-label-connector {
|
272
|
+
fill: none;
|
273
|
+
}
|
274
|
+
|
275
|
+
.highcharts-halo {
|
276
|
+
fill-opacity: 0.25;
|
277
|
+
stroke-width: 0;
|
278
|
+
}
|
279
|
+
|
280
|
+
.highcharts-point-select {
|
281
|
+
fill: #cccccc;
|
282
|
+
stroke: #000000;
|
283
|
+
}
|
284
|
+
|
285
|
+
.highcharts-column-series rect.highcharts-point {
|
286
|
+
stroke: #ffffff;
|
287
|
+
}
|
288
|
+
|
289
|
+
.highcharts-column-series .highcharts-point {
|
290
|
+
transition: fill-opacity 250ms;
|
291
|
+
}
|
292
|
+
|
293
|
+
.highcharts-column-series .highcharts-point-hover {
|
294
|
+
fill-opacity: 0.75;
|
295
|
+
transition: fill-opacity 50ms;
|
296
|
+
}
|
297
|
+
|
298
|
+
.highcharts-pie-series .highcharts-point {
|
299
|
+
stroke-linejoin: round;
|
300
|
+
stroke: #ffffff;
|
301
|
+
}
|
302
|
+
|
303
|
+
.highcharts-pie-series .highcharts-point-hover {
|
304
|
+
fill-opacity: 0.75;
|
305
|
+
transition: fill-opacity 50ms;
|
306
|
+
}
|
307
|
+
|
308
|
+
.highcharts-pie-series .highcharts-point-select {
|
309
|
+
fill: inherit;
|
310
|
+
stroke: inherit;
|
311
|
+
}
|
312
|
+
|
313
|
+
.highcharts-funnel-series .highcharts-point {
|
314
|
+
stroke-linejoin: round;
|
315
|
+
stroke: #ffffff;
|
316
|
+
}
|
317
|
+
|
318
|
+
.highcharts-funnel-series .highcharts-point-hover {
|
319
|
+
fill-opacity: 0.75;
|
320
|
+
transition: fill-opacity 50ms;
|
321
|
+
}
|
322
|
+
|
323
|
+
.highcharts-funnel-series .highcharts-point-select {
|
324
|
+
fill: inherit;
|
325
|
+
stroke: inherit;
|
326
|
+
}
|
327
|
+
|
328
|
+
.highcharts-pyramid-series .highcharts-point {
|
329
|
+
stroke-linejoin: round;
|
330
|
+
stroke: #ffffff;
|
331
|
+
}
|
332
|
+
|
333
|
+
.highcharts-pyramid-series .highcharts-point-hover {
|
334
|
+
fill-opacity: 0.75;
|
335
|
+
transition: fill-opacity 50ms;
|
336
|
+
}
|
337
|
+
|
338
|
+
.highcharts-pyramid-series .highcharts-point-select {
|
339
|
+
fill: inherit;
|
340
|
+
stroke: inherit;
|
341
|
+
}
|
342
|
+
|
343
|
+
.highcharts-solidgauge-series .highcharts-point {
|
344
|
+
stroke-width: 0;
|
345
|
+
}
|
346
|
+
|
347
|
+
.highcharts-treemap-series .highcharts-point {
|
348
|
+
stroke-width: 1px;
|
349
|
+
stroke: #e6e6e6;
|
350
|
+
transition: stroke 250ms, fill 250ms, fill-opacity 250ms;
|
351
|
+
}
|
352
|
+
|
353
|
+
.highcharts-treemap-series .highcharts-point-hover {
|
354
|
+
stroke: #999999;
|
355
|
+
transition: stroke 25ms, fill 25ms, fill-opacity 25ms;
|
356
|
+
}
|
357
|
+
|
358
|
+
.highcharts-treemap-series .highcharts-above-level {
|
359
|
+
display: none;
|
360
|
+
}
|
361
|
+
|
362
|
+
.highcharts-treemap-series .highcharts-internal-node {
|
363
|
+
fill: none;
|
364
|
+
}
|
365
|
+
|
366
|
+
.highcharts-treemap-series .highcharts-internal-node-interactive {
|
367
|
+
fill-opacity: 0.15;
|
368
|
+
cursor: pointer;
|
369
|
+
}
|
370
|
+
|
371
|
+
.highcharts-treemap-series .highcharts-internal-node-interactive:hover {
|
372
|
+
fill-opacity: 0.75;
|
373
|
+
}
|
374
|
+
|
375
|
+
/* Legend */
|
376
|
+
.highcharts-legend-box {
|
377
|
+
fill: none;
|
378
|
+
stroke-width: 0;
|
379
|
+
}
|
380
|
+
|
381
|
+
.highcharts-legend-item text {
|
382
|
+
fill: #333333;
|
383
|
+
font-weight: bold;
|
384
|
+
cursor: pointer;
|
385
|
+
stroke-width: 0;
|
386
|
+
}
|
387
|
+
|
388
|
+
.highcharts-legend-item:hover text {
|
389
|
+
fill: #000000;
|
390
|
+
}
|
391
|
+
|
392
|
+
.highcharts-legend-item-hidden * {
|
393
|
+
fill: #cccccc !important;
|
394
|
+
stroke: #cccccc !important;
|
395
|
+
transition: fill 250ms;
|
396
|
+
}
|
397
|
+
|
398
|
+
.highcharts-legend-nav-active {
|
399
|
+
fill: #003399;
|
400
|
+
cursor: pointer;
|
401
|
+
}
|
402
|
+
|
403
|
+
.highcharts-legend-nav-inactive {
|
404
|
+
fill: #cccccc;
|
405
|
+
}
|
406
|
+
|
407
|
+
.highcharts-legend-title-box {
|
408
|
+
fill: none;
|
409
|
+
stroke-width: 0;
|
410
|
+
}
|
411
|
+
|
412
|
+
/* Loading */
|
413
|
+
.highcharts-loading {
|
414
|
+
position: absolute;
|
415
|
+
background-color: #ffffff;
|
416
|
+
opacity: 0.5;
|
417
|
+
text-align: center;
|
418
|
+
z-index: 10;
|
419
|
+
transition: opacity 250ms;
|
420
|
+
}
|
421
|
+
|
422
|
+
.highcharts-loading-hidden {
|
423
|
+
height: 0 !important;
|
424
|
+
opacity: 0;
|
425
|
+
overflow: hidden;
|
426
|
+
transition: opacity 250ms, height 250ms step-end;
|
427
|
+
}
|
428
|
+
|
429
|
+
.highcharts-loading-inner {
|
430
|
+
font-weight: bold;
|
431
|
+
position: relative;
|
432
|
+
top: 45%;
|
433
|
+
}
|
434
|
+
|
435
|
+
/* Plot bands and polar pane backgrounds */
|
436
|
+
.highcharts-plot-band, .highcharts-pane {
|
437
|
+
fill: #000000;
|
438
|
+
fill-opacity: 0.05;
|
439
|
+
}
|
440
|
+
|
441
|
+
.highcharts-plot-line {
|
442
|
+
fill: none;
|
443
|
+
stroke: #999999;
|
444
|
+
stroke-width: 1px;
|
445
|
+
}
|
446
|
+
|
447
|
+
/* Highcharts More */
|
448
|
+
.highcharts-boxplot-box {
|
449
|
+
fill: #ffffff;
|
450
|
+
}
|
451
|
+
|
452
|
+
.highcharts-boxplot-median {
|
453
|
+
stroke-width: 2px;
|
454
|
+
}
|
455
|
+
|
456
|
+
.highcharts-bubble-series .highcharts-point {
|
457
|
+
fill-opacity: 0.5;
|
458
|
+
}
|
459
|
+
|
460
|
+
.highcharts-errorbar-series .highcharts-point {
|
461
|
+
stroke: #000000;
|
462
|
+
}
|
463
|
+
|
464
|
+
.highcharts-gauge-series .highcharts-data-label-box {
|
465
|
+
stroke: #cccccc;
|
466
|
+
stroke-width: 1px;
|
467
|
+
}
|
468
|
+
|
469
|
+
.highcharts-gauge-series .highcharts-dial {
|
470
|
+
fill: #000000;
|
471
|
+
stroke-width: 0;
|
472
|
+
}
|
473
|
+
|
474
|
+
.highcharts-polygon-series .highcharts-graph {
|
475
|
+
fill: inherit;
|
476
|
+
stroke-width: 0;
|
477
|
+
}
|
478
|
+
|
479
|
+
.highcharts-waterfall-series .highcharts-graph {
|
480
|
+
stroke: #333333;
|
481
|
+
stroke-dasharray: 1, 3;
|
482
|
+
}
|
483
|
+
|
484
|
+
/* Highstock */
|
485
|
+
.highcharts-navigator-mask-outside {
|
486
|
+
fill-opacity: 0;
|
487
|
+
}
|
488
|
+
|
489
|
+
.highcharts-navigator-mask-inside {
|
490
|
+
fill: #6685c2;
|
491
|
+
/* navigator.maskFill option */
|
492
|
+
fill-opacity: 0.25;
|
493
|
+
cursor: ew-resize;
|
494
|
+
}
|
495
|
+
|
496
|
+
.highcharts-navigator-outline {
|
497
|
+
stroke: #cccccc;
|
498
|
+
fill: none;
|
499
|
+
}
|
500
|
+
|
501
|
+
.highcharts-navigator-handle {
|
502
|
+
stroke: #cccccc;
|
503
|
+
fill: #f2f2f2;
|
504
|
+
cursor: ew-resize;
|
505
|
+
}
|
506
|
+
|
507
|
+
.highcharts-navigator-series {
|
508
|
+
fill: #335cad;
|
509
|
+
stroke: #335cad;
|
510
|
+
}
|
511
|
+
|
512
|
+
.highcharts-navigator-series .highcharts-graph {
|
513
|
+
stroke-width: 1px;
|
514
|
+
}
|
515
|
+
|
516
|
+
.highcharts-navigator-series .highcharts-area {
|
517
|
+
fill-opacity: 0.05;
|
518
|
+
}
|
519
|
+
|
520
|
+
.highcharts-navigator-xaxis .highcharts-axis-line {
|
521
|
+
stroke-width: 0;
|
522
|
+
}
|
523
|
+
|
524
|
+
.highcharts-navigator-xaxis .highcharts-grid-line {
|
525
|
+
stroke-width: 1px;
|
526
|
+
stroke: #e6e6e6;
|
527
|
+
}
|
528
|
+
|
529
|
+
.highcharts-navigator-xaxis.highcharts-axis-labels {
|
530
|
+
fill: #999999;
|
531
|
+
}
|
532
|
+
|
533
|
+
.highcharts-navigator-yaxis .highcharts-grid-line {
|
534
|
+
stroke-width: 0;
|
535
|
+
}
|
536
|
+
|
537
|
+
.highcharts-scrollbar-thumb {
|
538
|
+
fill: #cccccc;
|
539
|
+
stroke: #cccccc;
|
540
|
+
stroke-width: 1px;
|
541
|
+
}
|
542
|
+
|
543
|
+
.highcharts-scrollbar-button {
|
544
|
+
fill: #e6e6e6;
|
545
|
+
stroke: #cccccc;
|
546
|
+
stroke-width: 1px;
|
547
|
+
}
|
548
|
+
|
549
|
+
.highcharts-scrollbar-arrow {
|
550
|
+
fill: #666666;
|
551
|
+
}
|
552
|
+
|
553
|
+
.highcharts-scrollbar-rifles {
|
554
|
+
stroke: #666666;
|
555
|
+
stroke-width: 1px;
|
556
|
+
}
|
557
|
+
|
558
|
+
.highcharts-scrollbar-track {
|
559
|
+
fill: #f2f2f2;
|
560
|
+
stroke: #f2f2f2;
|
561
|
+
stroke-width: 1px;
|
562
|
+
}
|
563
|
+
|
564
|
+
.highcharts-button {
|
565
|
+
fill: #f7f7f7;
|
566
|
+
stroke: #cccccc;
|
567
|
+
cursor: default;
|
568
|
+
stroke-width: 1px;
|
569
|
+
transition: fill 250ms;
|
570
|
+
}
|
571
|
+
|
572
|
+
.highcharts-button text {
|
573
|
+
fill: #333333;
|
574
|
+
}
|
575
|
+
|
576
|
+
.highcharts-button-hover {
|
577
|
+
transition: fill 0ms;
|
578
|
+
fill: #e6e6e6;
|
579
|
+
stroke: #333333;
|
580
|
+
}
|
581
|
+
|
582
|
+
.highcharts-button-pressed {
|
583
|
+
font-weight: bold;
|
584
|
+
fill: #e6ebf5;
|
585
|
+
stroke: #335cad;
|
586
|
+
}
|
587
|
+
|
588
|
+
.highcharts-button-disabled text {
|
589
|
+
fill: #cccccc;
|
590
|
+
}
|
591
|
+
|
592
|
+
.highcharts-range-selector-buttons .highcharts-button {
|
593
|
+
stroke-width: 0;
|
594
|
+
}
|
595
|
+
|
596
|
+
.highcharts-range-label rect {
|
597
|
+
fill: none;
|
598
|
+
}
|
599
|
+
|
600
|
+
.highcharts-range-label text {
|
601
|
+
fill: #666666;
|
602
|
+
}
|
603
|
+
|
604
|
+
.highcharts-range-input rect {
|
605
|
+
fill: none;
|
606
|
+
}
|
607
|
+
|
608
|
+
.highcharts-range-input text {
|
609
|
+
fill: #333333;
|
610
|
+
}
|
611
|
+
|
612
|
+
input.highcharts-range-selector {
|
613
|
+
position: absolute;
|
614
|
+
border: 0;
|
615
|
+
width: 1px;
|
616
|
+
/* Chrome needs a pixel to see it */
|
617
|
+
height: 1px;
|
618
|
+
padding: 0;
|
619
|
+
text-align: center;
|
620
|
+
left: -9em;
|
621
|
+
/* #4798 */
|
622
|
+
}
|
623
|
+
|
624
|
+
.highcharts-crosshair-label text {
|
625
|
+
fill: #ffffff;
|
626
|
+
font-size: 1.1em;
|
627
|
+
}
|
628
|
+
|
629
|
+
.highcharts-crosshair-label .highcharts-label-box {
|
630
|
+
fill: inherit;
|
631
|
+
}
|
632
|
+
|
633
|
+
.highcharts-candlestick-series .highcharts-point {
|
634
|
+
stroke: #000000;
|
635
|
+
stroke-width: 1px;
|
636
|
+
}
|
637
|
+
|
638
|
+
.highcharts-candlestick-series .highcharts-point-up {
|
639
|
+
fill: #ffffff;
|
640
|
+
}
|
641
|
+
|
642
|
+
.highcharts-ohlc-series .highcharts-point-hover {
|
643
|
+
stroke-width: 3px;
|
644
|
+
}
|
645
|
+
|
646
|
+
.highcharts-flags-series .highcharts-point {
|
647
|
+
stroke: #999999;
|
648
|
+
fill: #ffffff;
|
649
|
+
}
|
650
|
+
|
651
|
+
.highcharts-flags-series .highcharts-point-hover {
|
652
|
+
stroke: #000000;
|
653
|
+
fill: #ccd6eb;
|
654
|
+
}
|
655
|
+
|
656
|
+
.highcharts-flags-series .highcharts-point text {
|
657
|
+
fill: #000000;
|
658
|
+
font-size: 0.9em;
|
659
|
+
font-weight: bold;
|
660
|
+
}
|
661
|
+
|
662
|
+
/* Highmaps */
|
663
|
+
.highcharts-map-series .highcharts-point {
|
664
|
+
transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
|
665
|
+
stroke: #cccccc;
|
666
|
+
}
|
667
|
+
|
668
|
+
.highcharts-map-series .highcharts-point-hover {
|
669
|
+
transition: fill 0ms, fill-opacity 0ms;
|
670
|
+
fill-opacity: 0.5;
|
671
|
+
stroke-width: 2px;
|
672
|
+
}
|
673
|
+
|
674
|
+
.highcharts-mapline-series .highcharts-point {
|
675
|
+
fill: none;
|
676
|
+
}
|
677
|
+
|
678
|
+
.highcharts-heatmap-series .highcharts-point {
|
679
|
+
stroke-width: 0;
|
680
|
+
}
|
681
|
+
|
682
|
+
.highcharts-map-navigation {
|
683
|
+
font-size: 1.3em;
|
684
|
+
font-weight: bold;
|
685
|
+
text-align: center;
|
686
|
+
}
|
687
|
+
|
688
|
+
.highcharts-coloraxis {
|
689
|
+
stroke-width: 0;
|
690
|
+
}
|
691
|
+
|
692
|
+
.highcharts-coloraxis-marker {
|
693
|
+
fill: #999999;
|
694
|
+
}
|
695
|
+
|
696
|
+
.highcharts-null-point {
|
697
|
+
fill: #f7f7f7;
|
698
|
+
}
|
699
|
+
|
700
|
+
/* 3d charts */
|
701
|
+
.highcharts-3d-frame {
|
702
|
+
fill: transparent;
|
703
|
+
}
|
704
|
+
|
705
|
+
/* Exporting module */
|
706
|
+
.highcharts-contextbutton {
|
707
|
+
fill: #ffffff;
|
708
|
+
/* needed to capture hover */
|
709
|
+
stroke: none;
|
710
|
+
stroke-linecap: round;
|
711
|
+
}
|
712
|
+
|
713
|
+
.highcharts-contextbutton:hover {
|
714
|
+
fill: #e6e6e6;
|
715
|
+
stroke: #e6e6e6;
|
716
|
+
}
|
717
|
+
|
718
|
+
.highcharts-button-symbol {
|
719
|
+
stroke: #666666;
|
720
|
+
stroke-width: 3px;
|
721
|
+
}
|
722
|
+
|
723
|
+
.highcharts-menu {
|
724
|
+
border: 1px solid #999999;
|
725
|
+
background: #ffffff;
|
726
|
+
padding: 5px 0;
|
727
|
+
box-shadow: 3px 3px 10px #888;
|
728
|
+
}
|
729
|
+
|
730
|
+
.highcharts-menu-item {
|
731
|
+
padding: 0.5em 1em;
|
732
|
+
background: none;
|
733
|
+
color: #333333;
|
734
|
+
cursor: pointer;
|
735
|
+
transition: background 250ms, color 250ms;
|
736
|
+
}
|
737
|
+
|
738
|
+
.highcharts-menu-item:hover {
|
739
|
+
background: #335cad;
|
740
|
+
color: #ffffff;
|
741
|
+
}
|
742
|
+
|
743
|
+
/* Drilldown module */
|
744
|
+
.highcharts-drilldown-point {
|
745
|
+
cursor: pointer;
|
746
|
+
}
|
747
|
+
|
748
|
+
.highcharts-drilldown-data-label text, .highcharts-drilldown-axis-label {
|
749
|
+
cursor: pointer;
|
750
|
+
fill: #003399;
|
751
|
+
font-weight: bold;
|
752
|
+
text-decoration: underline;
|
753
|
+
}
|
754
|
+
|
755
|
+
/* No-data module */
|
756
|
+
.highcharts-no-data text {
|
757
|
+
font-weight: bold;
|
758
|
+
font-size: 12px;
|
759
|
+
fill: #666666;
|
760
|
+
}
|