simple_drilldown 0.3.0 → 0.3.1

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
  SHA256:
3
- metadata.gz: 26955416527e692a14166b8c0217d9bd693e75d1c457dd248c97dc8303a214ad
4
- data.tar.gz: 48c8585c11ec20b8b6592d3c275ac3652c331ad5b3d54e940bbd2ffe2161ce5a
3
+ metadata.gz: 39b43ee4d235fe04f7b309e7294b2020e1bd14c49daa0538596741f4d806a1b1
4
+ data.tar.gz: ed4f829f5c9ab7ddf342d9b1ecb03748665e0dacd2c2e554f9c01e42a1019004
5
5
  SHA512:
6
- metadata.gz: ce83b51a48344c0ee5a5394ed8d13033b15a517336e75a4cda02a7778200aa307647ae61179d6f5f89f88c30ef6d6e1183e3d2fce17472886ec2cc5126a220ba
7
- data.tar.gz: c3c0027fcedaf182a6fc4a74a5591e46630a20039578687ec6cff62dbeaf9327f710c27723aca4c6563d11983dea186467fa8144e12a7d6a0e254a18d4f69d32
6
+ metadata.gz: 5db6d8b98a98c3f4fd82204a58e2cf95d102b2b6d227d7efff8b9c28ad78f3796ab2fbb45d71405b323e46af5188ac960097ff25a953e80d41c24f208928827c
7
+ data.tar.gz: b1ac1e3b2637219f3362ecc92d7d1809d8b7341bf130c6f0fa797145389f90fc8833a71771bd537fca55e78e229830d41acb3d74cdcd037df370adb5d271489d
@@ -16,7 +16,7 @@ ruby:
16
16
  end
17
17
  - case @search.display_type
18
18
  - when SimpleDrilldown::Search::DisplayType::PIE
19
- = pie_chart @chart_data, height: '24rem'
19
+ = pie_chart data, height: '24rem'
20
20
  - when SimpleDrilldown::Search::DisplayType::BAR
21
21
  = column_chart data, height: '24rem'
22
22
  - when SimpleDrilldown::Search::DisplayType::LINE
@@ -1,3 +1,3 @@
1
1
  module SimpleDrilldown
2
- VERSION = '0.3.0'
2
+ VERSION = '0.3.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_drilldown
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Uwe Kubosch