c3-rails 0.4.11 → 0.4.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +20 -20
- data/lib/c3/rails/version.rb +1 -1
- data/vendor/assets/javascripts/c3.js +8643 -7708
- data/vendor/assets/stylesheets/c3.css +7 -0
- metadata +2 -2
@@ -60,6 +60,7 @@
|
|
60
60
|
stroke-width: 0; }
|
61
61
|
|
62
62
|
.c3-bar._expanded_ {
|
63
|
+
fill-opacity: 1;
|
63
64
|
fill-opacity: 0.75; }
|
64
65
|
|
65
66
|
/*-- Focus --*/
|
@@ -165,3 +166,9 @@
|
|
165
166
|
.c3-chart-arc .c3-gauge-value {
|
166
167
|
fill: #000;
|
167
168
|
/* font-size: 28px !important;*/ }
|
169
|
+
|
170
|
+
.c3-chart-arc.c3-target g path {
|
171
|
+
opacity: 1; }
|
172
|
+
|
173
|
+
.c3-chart-arc.c3-target.c3-focused g path {
|
174
|
+
opacity: 1; }
|
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.
|
4
|
+
version: 0.4.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sunny Li
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-08-02 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:
|