c3-rails 0.3.0 → 0.4.0
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/c3/rails/version.rb +1 -1
- data/vendor/assets/javascripts/c3.js +1124 -548
- data/vendor/assets/stylesheets/c3.css +11 -1
- metadata +2 -2
@@ -104,9 +104,16 @@
|
|
104
104
|
|
105
105
|
/*-- Focus --*/
|
106
106
|
|
107
|
+
.c3-target.c3-focused {
|
108
|
+
opacity: 1;
|
109
|
+
}
|
107
110
|
.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
|
108
111
|
stroke-width: 2px;
|
109
112
|
}
|
113
|
+
.c3-target.c3-defocused {
|
114
|
+
opacity: 0.3 !important;
|
115
|
+
}
|
116
|
+
|
110
117
|
|
111
118
|
/*-- Region --*/
|
112
119
|
|
@@ -141,6 +148,9 @@
|
|
141
148
|
|
142
149
|
/*-- Tooltip --*/
|
143
150
|
|
151
|
+
.c3-tooltip-container {
|
152
|
+
z-index: 10;
|
153
|
+
}
|
144
154
|
.c3-tooltip {
|
145
155
|
border-collapse:collapse;
|
146
156
|
border-spacing:0;
|
@@ -199,5 +209,5 @@
|
|
199
209
|
|
200
210
|
.c3-chart-arc .c3-gauge-value {
|
201
211
|
fill: #000;
|
202
|
-
font-size: 28px
|
212
|
+
/* font-size: 28px !important;*/
|
203
213
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: c3-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sunny Li
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-11-16 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: This gem provides "c3 - A D3-based reusable chart library" for Rails
|
14
14
|
email:
|