novus-nvd3-rails 1.8.4 → 1.8.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/novus/nvd3/rails/version.rb +1 -1
- data/novus-nvd3-rails.gemspec +1 -1
- data/vendor/assets/javascripts/nv.d3.js +833 -119
- data/vendor/assets/stylesheets/nv.d3.css +61 -82
- metadata +12 -6
@@ -1,4 +1,4 @@
|
|
1
|
-
/* nvd3 version 1.8.
|
1
|
+
/* nvd3 version 1.8.5 (https://github.com/novus/nvd3) 2016-12-01 */
|
2
2
|
.nvd3 .nv-axis {
|
3
3
|
pointer-events:none;
|
4
4
|
opacity: 1;
|
@@ -37,7 +37,7 @@
|
|
37
37
|
.nvd3 .x .nv-axis .nv-axisMaxMin text,
|
38
38
|
.nvd3 .x2 .nv-axis .nv-axisMaxMin text,
|
39
39
|
.nvd3 .x3 .nv-axis .nv-axisMaxMin text {
|
40
|
-
text-anchor: middle
|
40
|
+
text-anchor: middle;
|
41
41
|
}
|
42
42
|
|
43
43
|
.nvd3 .nv-axis.nv-disabled {
|
@@ -48,9 +48,7 @@
|
|
48
48
|
fill-opacity: .75;
|
49
49
|
|
50
50
|
transition: fill-opacity 250ms linear;
|
51
|
-
|
52
|
-
-webkit-transition: fill-opacity 250ms linear;
|
53
|
-
}
|
51
|
+
}
|
54
52
|
|
55
53
|
.nvd3 .nv-bars rect.hover {
|
56
54
|
fill-opacity: 1;
|
@@ -74,9 +72,7 @@
|
|
74
72
|
stroke-opacity: 0;
|
75
73
|
|
76
74
|
transition: fill-opacity 250ms linear;
|
77
|
-
|
78
|
-
-webkit-transition: fill-opacity 250ms linear;
|
79
|
-
}
|
75
|
+
}
|
80
76
|
|
81
77
|
.nvd3 .nv-multibar .nv-groups rect:hover,
|
82
78
|
.nvd3 .nv-multibarHorizontal .nv-groups rect:hover,
|
@@ -126,11 +122,11 @@
|
|
126
122
|
.nvd3.nv-bullet .nv-title { font-size: 14px; font-weight: bold; }
|
127
123
|
.nvd3.nv-bullet .nv-subtitle { fill: #999; }
|
128
124
|
|
129
|
-
|
130
|
-
.nvd3.nv-bullet .nv-range {
|
125
|
+
.nvd3.nv-bullet .nv-range {
|
131
126
|
fill: #bababa;
|
132
127
|
fill-opacity: .4;
|
133
|
-
}
|
128
|
+
}
|
129
|
+
|
134
130
|
.nvd3.nv-bullet .nv-range:hover {
|
135
131
|
fill-opacity: .7;
|
136
132
|
}
|
@@ -155,26 +151,24 @@
|
|
155
151
|
|
156
152
|
.with-transitions .nv-candlestickBar .nv-ticks .nv-tick {
|
157
153
|
transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
|
158
|
-
|
159
|
-
-webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
|
160
|
-
|
161
|
-
}
|
154
|
+
}
|
162
155
|
|
163
156
|
.nvd3.nv-candlestickBar .nv-ticks line {
|
164
157
|
stroke: #333;
|
165
158
|
}
|
166
|
-
|
167
159
|
|
168
160
|
.nv-force-node {
|
169
|
-
|
170
|
-
|
161
|
+
stroke: #fff;
|
162
|
+
stroke-width: 1.5px;
|
171
163
|
}
|
164
|
+
|
172
165
|
.nv-force-link {
|
173
|
-
|
174
|
-
|
166
|
+
stroke: #999;
|
167
|
+
stroke-opacity: .6;
|
175
168
|
}
|
169
|
+
|
176
170
|
.nv-force-node text {
|
177
|
-
|
171
|
+
stroke-width: 0px;
|
178
172
|
}
|
179
173
|
|
180
174
|
.nvd3 .nv-legend .nv-disabled rect {
|
@@ -229,10 +223,7 @@
|
|
229
223
|
|
230
224
|
.with-transitions .nvd3 .nv-groups .nv-point {
|
231
225
|
transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
|
232
|
-
|
233
|
-
-webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
|
234
|
-
|
235
|
-
}
|
226
|
+
}
|
236
227
|
|
237
228
|
.nvd3.nv-scatter .nv-groups .nv-point.hover,
|
238
229
|
.nvd3 .nv-groups .nv-point.hover {
|
@@ -250,8 +241,7 @@
|
|
250
241
|
}
|
251
242
|
|
252
243
|
|
253
|
-
|
254
|
-
.nvd3 .nv-indexLine {
|
244
|
+
.nvd3 .nv-indexLine {
|
255
245
|
cursor: ew-resize;
|
256
246
|
}
|
257
247
|
|
@@ -263,12 +253,10 @@
|
|
263
253
|
Default CSS for an svg element nvd3 used
|
264
254
|
*/
|
265
255
|
svg.nvd3-svg {
|
266
|
-
-webkit-touch-callout: none;
|
267
256
|
-webkit-user-select: none;
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
user-select: none;
|
257
|
+
-moz-user-select: none;
|
258
|
+
-ms-user-select: none;
|
259
|
+
user-select: none;
|
272
260
|
display: block;
|
273
261
|
width:100%;
|
274
262
|
height:100%;
|
@@ -278,22 +266,17 @@ svg.nvd3-svg {
|
|
278
266
|
Box shadow and border radius styling
|
279
267
|
*/
|
280
268
|
.nvtooltip.with-3d-shadow, .with-3d-shadow .nvtooltip {
|
281
|
-
|
282
|
-
-
|
283
|
-
box-shadow: 0 5px 10px rgba(0,0,0,.2);
|
284
|
-
|
285
|
-
-webkit-border-radius: 5px;
|
286
|
-
-moz-border-radius: 5px;
|
287
|
-
border-radius: 5px;
|
269
|
+
box-shadow: 0 5px 10px rgba(0,0,0,.2);
|
270
|
+
border-radius: 5px;
|
288
271
|
}
|
289
272
|
|
290
273
|
|
291
274
|
.nvd3 text {
|
292
|
-
font: normal 12px Arial;
|
275
|
+
font: normal 12px Arial, sans-serif;
|
293
276
|
}
|
294
277
|
|
295
278
|
.nvd3 .title {
|
296
|
-
font: bold 14px Arial;
|
279
|
+
font: bold 14px Arial, sans-serif;
|
297
280
|
}
|
298
281
|
|
299
282
|
.nvd3 .nv-background {
|
@@ -351,10 +334,10 @@ svg.nvd3-svg {
|
|
351
334
|
*/
|
352
335
|
|
353
336
|
@media print {
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
337
|
+
.nvd3 text {
|
338
|
+
stroke-width: 0;
|
339
|
+
fill-opacity: 1;
|
340
|
+
}
|
358
341
|
}
|
359
342
|
|
360
343
|
.nvd3.nv-ohlcBar .nv-ticks .nv-tick {
|
@@ -386,8 +369,7 @@ svg.nvd3-svg {
|
|
386
369
|
stroke-opacity: .7;
|
387
370
|
}
|
388
371
|
|
389
|
-
.nvd3 .nv-parallelCoordinates-brush .extent
|
390
|
-
{
|
372
|
+
.nvd3 .nv-parallelCoordinates-brush .extent {
|
391
373
|
fill: #fff;
|
392
374
|
fill-opacity: .6;
|
393
375
|
stroke: gray;
|
@@ -405,15 +387,13 @@ svg.nvd3-svg {
|
|
405
387
|
stroke: black;
|
406
388
|
stroke-width: 1;
|
407
389
|
stroke-opacity: 1;
|
408
|
-
stroke-dasharray: 5, 5;
|
390
|
+
stroke-dasharray: 5, 5;
|
409
391
|
}
|
392
|
+
|
410
393
|
.nvd3.nv-pie path {
|
411
394
|
stroke-opacity: 0;
|
412
395
|
transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
|
413
|
-
|
414
|
-
-webkit-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
|
415
|
-
|
416
|
-
}
|
396
|
+
}
|
417
397
|
|
418
398
|
.nvd3.nv-pie .nv-pie-title {
|
419
399
|
font-size: 24px;
|
@@ -433,14 +413,17 @@ svg.nvd3-svg {
|
|
433
413
|
|
434
414
|
.nvd3.nv-pie path {
|
435
415
|
fill-opacity: .7;
|
436
|
-
}
|
416
|
+
}
|
417
|
+
|
437
418
|
.nvd3.nv-pie .hover path {
|
438
419
|
fill-opacity: 1;
|
439
420
|
}
|
440
|
-
|
421
|
+
|
422
|
+
.nvd3.nv-pie .nv-label {
|
441
423
|
pointer-events: none;
|
442
424
|
}
|
443
|
-
|
425
|
+
|
426
|
+
.nvd3.nv-pie .nv-label rect {
|
444
427
|
fill-opacity: 0;
|
445
428
|
stroke-opacity: 0;
|
446
429
|
}
|
@@ -453,7 +436,8 @@ svg.nvd3-svg {
|
|
453
436
|
|
454
437
|
.nvd3 .nv-scatter .nv-point.hover {
|
455
438
|
fill-opacity: 1;
|
456
|
-
}
|
439
|
+
}
|
440
|
+
|
457
441
|
.nv-noninteractive {
|
458
442
|
pointer-events: none;
|
459
443
|
}
|
@@ -516,9 +500,7 @@ svg.nvd3-svg {
|
|
516
500
|
fill-opacity: .7;
|
517
501
|
stroke-opacity: 0;
|
518
502
|
transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
|
519
|
-
|
520
|
-
-webkit-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
|
521
|
-
}
|
503
|
+
}
|
522
504
|
|
523
505
|
.nvd3.nv-stackedarea path.nv-area.hover {
|
524
506
|
fill-opacity: .9;
|
@@ -529,9 +511,8 @@ svg.nvd3-svg {
|
|
529
511
|
stroke-opacity: 0;
|
530
512
|
fill-opacity: 0;
|
531
513
|
}
|
532
|
-
|
533
|
-
|
534
|
-
.nvtooltip {
|
514
|
+
|
515
|
+
.nvtooltip {
|
535
516
|
position: absolute;
|
536
517
|
background-color: rgba(255,255,255,1.0);
|
537
518
|
color: rgba(0,0,0,1.0);
|
@@ -540,20 +521,21 @@ svg.nvd3-svg {
|
|
540
521
|
z-index: 10000;
|
541
522
|
display: block;
|
542
523
|
|
543
|
-
font-family: Arial;
|
524
|
+
font-family: Arial, sans-serif;
|
544
525
|
font-size: 13px;
|
545
526
|
text-align: left;
|
546
527
|
pointer-events: none;
|
547
528
|
|
548
529
|
white-space: nowrap;
|
549
530
|
|
550
|
-
-webkit-touch-callout: none;
|
551
531
|
-webkit-user-select: none;
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
532
|
+
|
533
|
+
-moz-user-select: none;
|
534
|
+
|
535
|
+
-ms-user-select: none;
|
536
|
+
|
537
|
+
user-select: none;
|
538
|
+
}
|
557
539
|
|
558
540
|
.nvtooltip {
|
559
541
|
background: rgba(255,255,255, 0.8);
|
@@ -566,13 +548,9 @@ svg.nvd3-svg {
|
|
566
548
|
*/
|
567
549
|
.nvtooltip.with-transitions, .with-transitions .nvtooltip {
|
568
550
|
transition: opacity 50ms linear;
|
569
|
-
|
570
|
-
-
|
571
|
-
|
572
|
-
transition-delay: 200ms;
|
573
|
-
-moz-transition-delay: 200ms;
|
574
|
-
-webkit-transition-delay: 200ms;
|
575
|
-
}
|
551
|
+
|
552
|
+
transition-delay: 200ms;
|
553
|
+
}
|
576
554
|
|
577
555
|
.nvtooltip.x-nvtooltip,
|
578
556
|
.nvtooltip.y-nvtooltip {
|
@@ -590,9 +568,7 @@ svg.nvd3-svg {
|
|
590
568
|
|
591
569
|
border-bottom: 1px solid #ebebeb;
|
592
570
|
|
593
|
-
|
594
|
-
-moz-border-radius: 5px 5px 0 0;
|
595
|
-
border-radius: 5px 5px 0 0;
|
571
|
+
border-radius: 5px 5px 0 0;
|
596
572
|
}
|
597
573
|
|
598
574
|
.nvtooltip p {
|
@@ -619,11 +595,13 @@ svg.nvd3-svg {
|
|
619
595
|
|
620
596
|
.nvtooltip table td.key {
|
621
597
|
font-weight: normal;
|
622
|
-
}
|
598
|
+
}
|
599
|
+
|
623
600
|
.nvtooltip table td.key.total {
|
624
601
|
font-weight: bold;
|
625
602
|
}
|
626
|
-
|
603
|
+
|
604
|
+
.nvtooltip table td.value {
|
627
605
|
text-align: right;
|
628
606
|
font-weight: bold;
|
629
607
|
}
|
@@ -668,7 +646,8 @@ Interactive Layer
|
|
668
646
|
*/
|
669
647
|
.nvd3 .nv-interactiveGuideLine {
|
670
648
|
pointer-events:none;
|
671
|
-
}
|
649
|
+
}
|
650
|
+
|
672
651
|
.nvd3 line.nv-guideline {
|
673
652
|
stroke: #ccc;
|
674
653
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: novus-nvd3-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.8.
|
4
|
+
version: 1.8.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- dbackowski
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-12-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -42,16 +42,22 @@ dependencies:
|
|
42
42
|
name: rails
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- -
|
45
|
+
- - ">="
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 4.
|
47
|
+
version: '4.0'
|
48
|
+
- - "<"
|
49
|
+
- !ruby/object:Gem::Version
|
50
|
+
version: '5.1'
|
48
51
|
type: :development
|
49
52
|
prerelease: false
|
50
53
|
version_requirements: !ruby/object:Gem::Requirement
|
51
54
|
requirements:
|
52
|
-
- -
|
55
|
+
- - ">="
|
56
|
+
- !ruby/object:Gem::Version
|
57
|
+
version: '4.0'
|
58
|
+
- - "<"
|
53
59
|
- !ruby/object:Gem::Version
|
54
|
-
version:
|
60
|
+
version: '5.1'
|
55
61
|
- !ruby/object:Gem::Dependency
|
56
62
|
name: rspec-rails
|
57
63
|
requirement: !ruby/object:Gem::Requirement
|