thecore_ui_commons 3.2.2 → 3.2.4

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: b87ade7488d69926e0af3353563dfeef37c905f50830dff8ebb08b012e12df18
4
+ data.tar.gz: 3061fdca17ac98d59c4f179ff3ddfcffc747f23fd09fd03306496a6d38500287
5
5
  SHA512:
6
- metadata.gz: 9529bd616b5266a72270b0126aa9c472202c6d1d68534ef24772cb1530f4eac5df2bbe4adec7f94fdb261ce410e5249e156e06153c95783d304795c0552c1c0a
7
- data.tar.gz: 50d63d6d262d56a8034b054998f0a9fed501744ab4892e15873946911f767559ef83a41aaf3459b4cc45333dcc7c7e4d7a32eeacdcbaf1fb50b0b1fb077514d0
6
+ metadata.gz: 4b199b581bd85c18547f3be8aa3aa9245c396bbb2bf01c85ca191531fa345db355334ce3a1a6712826713680461716585374d642bc72ab035232aa89a57bc5ff
7
+ data.tar.gz: 712141c2c6a90bc26ea82d0c67d7d7c4f981a24ac2db3a4284d756df8b4dd5cf69339efc1bb85250e7f56713ca4132fd5967236c058bdf69216295ed89f0a953
@@ -19,7 +19,6 @@ module Echarts
19
19
  },
20
20
  toolbox: {
21
21
  feature: {
22
- saveAsImage: {},
23
22
  saveAsImage: {},
24
23
  dataView: {},
25
24
  dataZoom: {},
@@ -36,9 +35,9 @@ module Echarts
36
35
  yAxis: {
37
36
  type: "value",
38
37
  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,
38
+ # Set Upper and Lower bounds to the upper and lower bounds of the data
39
+ min: lower_bound,
40
+ max: upper_bound,
42
41
  },
43
42
  series: stacks.map.with_index do |stack, index|
44
43
  {
@@ -11,7 +11,6 @@ module Echarts
11
11
  },
12
12
  toolbox: {
13
13
  feature: {
14
- saveAsImage: {},
15
14
  saveAsImage: {},
16
15
  dataView: {},
17
16
  dataZoom: {},
@@ -29,9 +28,8 @@ module Echarts
29
28
  yAxis: {
30
29
  type: "value",
31
30
  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,
31
+ min: lower_bound,
32
+ max: upper_bound,
35
33
  },
36
34
  series: [
37
35
  {
@@ -1,3 +1,3 @@
1
1
  module ThecoreUiCommons
2
- VERSION = "3.2.2".freeze
2
+ VERSION = "3.2.4".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
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.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-04 00:00:00.000000000 Z
11
+ date: 2024-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thecore_backend_commons