highcharts-rails 5.0.14 → 6.0.0

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