novus-nvd3-rails 1.8.3 → 1.8.4
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/.travis.yml +1 -1
- data/lib/novus/nvd3/rails/version.rb +1 -1
- data/novus-nvd3-rails.gemspec +1 -1
- data/vendor/assets/javascripts/nv.d3.js +710 -351
- data/vendor/assets/stylesheets/nv.d3.css +6 -1
- metadata +4 -4
@@ -1,4 +1,4 @@
|
|
1
|
-
/* nvd3 version 1.8.
|
1
|
+
/* nvd3 version 1.8.4 (https://github.com/novus/nvd3) 2016-07-03 */
|
2
2
|
.nvd3 .nv-axis {
|
3
3
|
pointer-events:none;
|
4
4
|
opacity: 1;
|
@@ -118,6 +118,7 @@
|
|
118
118
|
.nvd3.nv-bullet .nv-measure:hover { fill-opacity: 1; }
|
119
119
|
.nvd3.nv-bullet .nv-marker { stroke: #000; stroke-width: 2px; }
|
120
120
|
.nvd3.nv-bullet .nv-markerTriangle { stroke: #000; fill: #fff; stroke-width: 1.5px; }
|
121
|
+
.nvd3.nv-bullet .nv-markerLine { stroke: #000; stroke-width: 1.5px; }
|
121
122
|
.nvd3.nv-bullet .nv-tick line { stroke: #666; stroke-width: .5px; }
|
122
123
|
.nvd3.nv-bullet .nv-range.nv-s0 { fill: #eee; }
|
123
124
|
.nvd3.nv-bullet .nv-range.nv-s1 { fill: #ddd; }
|
@@ -627,6 +628,10 @@ svg.nvd3-svg {
|
|
627
628
|
font-weight: bold;
|
628
629
|
}
|
629
630
|
|
631
|
+
.nvtooltip table td.percent {
|
632
|
+
color: darkgray;
|
633
|
+
}
|
634
|
+
|
630
635
|
.nvtooltip table tr.highlight td {
|
631
636
|
padding: 1px 9px 1px 0;
|
632
637
|
border-bottom-style: solid;
|
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.4
|
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-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '1.
|
19
|
+
version: '1.12'
|
20
20
|
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '1.
|
26
|
+
version: '1.12'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|