olap-view 0.1.0 → 0.1.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ab079a9aa47a78b5e3c495888dc5a75b9cc80440
4
- data.tar.gz: 793d42771b30c7e89742a806196672b09a12d661
3
+ metadata.gz: ad6e119e533f9e6e87547d9034fe1c8ed9538dfa
4
+ data.tar.gz: 295119ab17fc3656d1deaef035e63b67dcf0ad36
5
5
  SHA512:
6
- metadata.gz: 0ad013868584ad147fd947aa1924bcbed79cc3bed68ac4ee8af65197eabc45f701d775ad5e6219d4bb61e266d8209a0a7a46febd51e40d8a75aa97cc640d5e5f
7
- data.tar.gz: e3232799296db86062532c3d51e93392ec8d0aaecca651720da7080fe003775bf91cd5cd273f129eb9949a242654ed4a058ae8e96d0919d5ef04bef85032f4f0
6
+ metadata.gz: 1d4b1ae21c375256d58a980d0f8aaa5b9d3f4aec1ff93409820e2a80f47f8d93a2506922a629b6d9162ef1376be4a94d9cd911268c2aec2b35fa63fd32ea5e09
7
+ data.tar.gz: 5a2579646ee8eaace4a55201e0c5737db1e14cd01f72887668bf6e5b4acf51809927220b45c90c18763c873edc0556783fb1b23461db0e803b1519b4cd76294a
@@ -12,5 +12,8 @@
12
12
  }
13
13
  .google-visualization-table-th {
14
14
  white-space: normal;
15
+ &.measure{
16
+ text-align: right !important;
17
+ }
15
18
  }
16
19
  }
@@ -30,8 +30,7 @@
30
30
  allowHtml: true,
31
31
  height: 370,
32
32
  animation: {duration: 200, startup: true },
33
- orientation: 'horizontal',
34
- title: data.getColumnLabel(title_indexes[0])
33
+ orientation: 'horizontal'
35
34
  };
36
35
 
37
36
  <%= properties[:function] && properties[:function].html_safe %>
@@ -1,5 +1,5 @@
1
1
  module Olap
2
2
  module View
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
data/olap-view.gemspec CHANGED
@@ -17,5 +17,5 @@ Gem::Specification.new do |spec|
17
17
 
18
18
  spec.add_development_dependency "bundler", "~> 1.7"
19
19
  spec.add_development_dependency "rake", "~> 10.0"
20
- spec.add_runtime_dependency "olap-xmla", '~> 0.0.9'
20
+ spec.add_runtime_dependency "olap-xmla", '~> 0.0', '>= 0.0.9'
21
21
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: olap-view
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - stepanovit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-31 00:00:00.000000000 Z
11
+ date: 2016-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -43,6 +43,9 @@ dependencies:
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '0.0'
48
+ - - ">="
46
49
  - !ruby/object:Gem::Version
47
50
  version: 0.0.9
48
51
  type: :runtime
@@ -50,6 +53,9 @@ dependencies:
50
53
  version_requirements: !ruby/object:Gem::Requirement
51
54
  requirements:
52
55
  - - "~>"
56
+ - !ruby/object:Gem::Version
57
+ version: '0.0'
58
+ - - ">="
53
59
  - !ruby/object:Gem::Version
54
60
  version: 0.0.9
55
61
  description: Ruby On Rails gem to visualize by Google Charts MDX queries on OLAP databases