rickshaw_rails 1.1.2 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -184,30 +184,36 @@
184
184
  display: block;
185
185
  z-index: 50;
186
186
  }
187
- .rickshaw_graph .y_axis {
187
+ .rickshaw_graph .y_axis,
188
+ .rickshaw_graph .x_axis_d3 {
188
189
  fill: none;
189
190
  }
190
- .rickshaw_graph .y_ticks .tick {
191
+ .rickshaw_graph .y_ticks .tick,
192
+ .rickshaw_graph .x_ticks_d3 .tick {
191
193
  stroke: rgba(0, 0, 0, 0.16);
192
194
  stroke-width: 2px;
193
195
  shape-rendering: crisp-edges;
194
196
  pointer-events: none;
195
197
  }
196
- .rickshaw_graph .y_grid .tick {
198
+ .rickshaw_graph .y_grid .tick,
199
+ .rickshaw_graph .x_grid_d3 .tick {
197
200
  z-index: -1;
198
201
  stroke: rgba(0, 0, 0, 0.20);
199
202
  stroke-width: 1px;
200
203
  stroke-dasharray: 1 1;
201
204
  }
202
- .rickshaw_graph .y_grid path {
205
+ .rickshaw_graph .y_grid path,
206
+ .rickshaw_graph .x_grid_d3 path {
203
207
  fill: none;
204
208
  stroke: none;
205
209
  }
206
- .rickshaw_graph .y_ticks path {
210
+ .rickshaw_graph .y_ticks path,
211
+ .rickshaw_graph .x_ticks_d3 path {
207
212
  fill: none;
208
213
  stroke: #808080;
209
214
  }
210
- .rickshaw_graph .y_ticks text {
215
+ .rickshaw_graph .y_ticks text,
216
+ .rickshaw_graph .x_ticks_d3 text {
211
217
  opacity: 0.5;
212
218
  font-size: 12px;
213
219
  pointer-events: none;
@@ -269,8 +275,16 @@
269
275
  border-radius: 2px;
270
276
  }
271
277
  .rickshaw_legend .label {
278
+ margin: 0;
272
279
  white-space: nowrap;
273
280
  display: inline;
281
+ font-size: inherit;
282
+ background-color: transparent;
283
+ color: inherit;
284
+ font-weight: normal;
285
+ line-height: normal;
286
+ padding: 0px;
287
+ text-shadow: none;
274
288
  }
275
289
  .rickshaw_legend .action:hover {
276
290
  opacity: 0.6;
metadata CHANGED
@@ -1,99 +1,103 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rickshaw_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.2.0
5
+ prerelease:
5
6
  platform: ruby
6
7
  authors:
7
8
  - Han Kang
8
9
  - toreriklinnerud
9
- - phillbaker
10
- - Eric Bouchut
11
10
  autorequire:
12
11
  bindir: bin
13
12
  cert_chain: []
14
- date: 2015-02-12 00:00:00.000000000 Z
13
+ date: 2013-02-27 00:00:00.000000000 Z
15
14
  dependencies:
16
15
  - !ruby/object:Gem::Dependency
17
16
  name: railties
18
17
  requirement: !ruby/object:Gem::Requirement
18
+ none: false
19
19
  requirements:
20
- - - ">="
20
+ - - ! '>='
21
21
  - !ruby/object:Gem::Version
22
22
  version: 3.1.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
+ none: false
26
27
  requirements:
27
- - - ">="
28
+ - - ! '>='
28
29
  - !ruby/object:Gem::Version
29
30
  version: 3.1.0
30
31
  - !ruby/object:Gem::Dependency
31
32
  name: bundler
32
33
  requirement: !ruby/object:Gem::Requirement
34
+ none: false
33
35
  requirements:
34
- - - ">="
36
+ - - ~>
35
37
  - !ruby/object:Gem::Version
36
38
  version: 1.0.0
37
39
  type: :development
38
40
  prerelease: false
39
41
  version_requirements: !ruby/object:Gem::Requirement
42
+ none: false
40
43
  requirements:
41
- - - ">="
44
+ - - ~>
42
45
  - !ruby/object:Gem::Version
43
46
  version: 1.0.0
44
47
  - !ruby/object:Gem::Dependency
45
48
  name: rails
46
49
  requirement: !ruby/object:Gem::Requirement
50
+ none: false
47
51
  requirements:
48
- - - ">="
52
+ - - ~>
49
53
  - !ruby/object:Gem::Version
50
54
  version: '3.1'
51
55
  type: :development
52
56
  prerelease: false
53
57
  version_requirements: !ruby/object:Gem::Requirement
58
+ none: false
54
59
  requirements:
55
- - - ">="
60
+ - - ~>
56
61
  - !ruby/object:Gem::Version
57
62
  version: '3.1'
58
- description: " Rickshaw, a javascript graphing library based on d3, for the rails
59
- asset pipeline "
63
+ description: ! ' Rickshaw, a javascript graphing library based on d3, for the rails
64
+ asset pipeline '
60
65
  email:
61
66
  - han@logicallsat.com
62
- - ebouchut@gmail.com
63
67
  executables: []
64
68
  extensions: []
65
69
  extra_rdoc_files: []
66
70
  files:
67
- - app/assets/javascripts/d3.v2.js
68
- - app/assets/javascripts/rickshaw.js
69
- - app/assets/javascripts/rickshaw_with_d3.js
70
- - app/assets/stylesheets/rickshaw.css
71
- - lib/rickshaw_rails.rb
72
71
  - lib/rickshaw_rails/engine.rb
73
72
  - lib/rickshaw_rails/version.rb
74
- homepage: https://github.com/logical42/rickshaw_rails
75
- licenses:
76
- - MIT
77
- metadata: {}
73
+ - lib/rickshaw_rails.rb
74
+ - vendor/assets/javascripts/d3.v2.js
75
+ - vendor/assets/javascripts/rickshaw.js
76
+ - vendor/assets/javascripts/rickshaw_with_d3.js
77
+ - vendor/assets/stylesheets/rickshaw.css
78
+ homepage: ''
79
+ licenses: []
78
80
  post_install_message:
79
81
  rdoc_options: []
80
82
  require_paths:
81
83
  - lib
82
- - app
84
+ - vendor
83
85
  required_ruby_version: !ruby/object:Gem::Requirement
86
+ none: false
84
87
  requirements:
85
- - - ">="
88
+ - - ! '>='
86
89
  - !ruby/object:Gem::Version
87
90
  version: '0'
88
91
  required_rubygems_version: !ruby/object:Gem::Requirement
92
+ none: false
89
93
  requirements:
90
- - - ">="
94
+ - - ! '>='
91
95
  - !ruby/object:Gem::Version
92
96
  version: '0'
93
97
  requirements: []
94
98
  rubyforge_project:
95
- rubygems_version: 2.2.2
99
+ rubygems_version: 1.8.24
96
100
  signing_key:
97
- specification_version: 4
101
+ specification_version: 3
98
102
  summary: Gem installation of javascript framework for data visualization, D3
99
103
  test_files: []
checksums.yaml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- SHA1:
3
- metadata.gz: c1808a46028220d19014810b7742fe357e646aae
4
- data.tar.gz: 34c5a7df3014301849514ea231baf7c589bd098d
5
- SHA512:
6
- metadata.gz: b70104cf36c86a323a5ded3f832839dc540ac344e5de39d0c2d3c6142cf3ccba1016601222db10cb7c14c9875ece7c5940161afb318e4557d0a8332b590f7e5a
7
- data.tar.gz: 401e894a1d994d37aab8c6a75d2281f4bafeea9f2955347fe1c54de1a79900bdc5c050f93a8ba7659670302f2d66a58af71879a0348fc40614f75c495fc578a6