thecore_ui_commons 3.2.2 → 3.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1397fe46c5905e2eab3f8f09a5867f863e9e95f476f3f7af94a73366cc1fd306
4
- data.tar.gz: 4418e1cc044ce42a196594284320403ff78ba6458f747a9a9bec450b2302cc6c
3
+ metadata.gz: 701e53633008dcb66db88ad1a92ecccd70650a7f0baa25b705594c9eec412db4
4
+ data.tar.gz: 8658b31d7f6eb144c8e3228c0304cc32c826f6181ecc4b2019f4126c1b18aa4e
5
5
  SHA512:
6
- metadata.gz: 9529bd616b5266a72270b0126aa9c472202c6d1d68534ef24772cb1530f4eac5df2bbe4adec7f94fdb261ce410e5249e156e06153c95783d304795c0552c1c0a
7
- data.tar.gz: 50d63d6d262d56a8034b054998f0a9fed501744ab4892e15873946911f767559ef83a41aaf3459b4cc45333dcc7c7e4d7a32eeacdcbaf1fb50b0b1fb077514d0
6
+ metadata.gz: 9bb4bd9d27c0e5e6b0b88feea4233d38adc1d3746d40d1a073050763040bc52d6cb5778ab4b08a3aa51f1dada1d9a1cce401a3a333de56627a42fc9ab30a7661
7
+ data.tar.gz: 2824c851e38cef0a4ac0560ca3e5c83c512a416748941170b7b12f4b6004ad7fb507b52d9b9b3205ac5ed609203feb22aca5d29a85d8d356668cce13cd3638fb
@@ -36,9 +36,9 @@ module Echarts
36
36
  yAxis: {
37
37
  type: "value",
38
38
  name: yLabel,
39
- # Set Upper and Lower bounds to the upper and lower bounds of the data
40
- # min: lower_bound,
41
- # max: upper_bound,
39
+ # Set Upper and Lower bounds to the upper and lower bounds of the data
40
+ min: lower_bound,
41
+ max: upper_bound,
42
42
  },
43
43
  series: stacks.map.with_index do |stack, index|
44
44
  {
@@ -29,9 +29,8 @@ module Echarts
29
29
  yAxis: {
30
30
  type: "value",
31
31
  name: yLabel,
32
- # Set Upper and Lower bounds to the upper and lower bounds of the data
33
- # min: lower_bound,
34
- # max: upper_bound,
32
+ min: lower_bound,
33
+ max: upper_bound,
35
34
  },
36
35
  series: [
37
36
  {
@@ -1,3 +1,3 @@
1
1
  module ThecoreUiCommons
2
- VERSION = "3.2.2".freeze
2
+ VERSION = "3.2.3".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_ui_commons
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.2
4
+ version: 3.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni