glib-web 3.6.0 → 3.6.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 +4 -4
- data/app/helpers/glib/json_ui/view_builder/charts.rb +16 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 59361d799d0e2b863064eccae8545b2236c1fa3bbcbc9a72a406a6ba1e901276
|
|
4
|
+
data.tar.gz: '08fa2c03dda23e2ed7981ecf706afd74169070475e61118a70b956545192daf7'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d074f82f77150808e4fbfb8e847b531a569039f8213be67eb00db3aaef6c892e6a6607fc5430c73fae83168ce37d1f50f7be96ac946a48f443d02fe87604f721
|
|
7
|
+
data.tar.gz: d9be01d9fea99852bacad975b3b7ab24f495c5b08c80da83c0814c1e8420fc3828f3f142eebdeca4de2d032008ed1a751786dbc039f13ab83ec662b821e9a2f4
|
|
@@ -37,6 +37,10 @@ class Glib::JsonUi::ViewBuilder
|
|
|
37
37
|
class Line < View
|
|
38
38
|
include Series
|
|
39
39
|
array :colors
|
|
40
|
+
string :prefix
|
|
41
|
+
string :suffix
|
|
42
|
+
int :min
|
|
43
|
+
int :max
|
|
40
44
|
# idea for the future
|
|
41
45
|
# hash :nextPage
|
|
42
46
|
end
|
|
@@ -46,17 +50,29 @@ class Glib::JsonUi::ViewBuilder
|
|
|
46
50
|
|
|
47
51
|
bool :stacked
|
|
48
52
|
array :colors
|
|
53
|
+
string :prefix
|
|
54
|
+
string :suffix
|
|
55
|
+
int :min
|
|
56
|
+
int :max
|
|
49
57
|
end
|
|
50
58
|
|
|
51
59
|
class Pie < View
|
|
52
60
|
include Series
|
|
53
61
|
array :colors
|
|
62
|
+
string :prefix
|
|
63
|
+
string :suffix
|
|
64
|
+
int :min
|
|
65
|
+
int :max
|
|
54
66
|
|
|
55
67
|
end
|
|
56
68
|
|
|
57
69
|
class Area < View
|
|
58
70
|
include Series
|
|
59
71
|
array :colors
|
|
72
|
+
string :prefix
|
|
73
|
+
string :suffix
|
|
74
|
+
int :min
|
|
75
|
+
int :max
|
|
60
76
|
end
|
|
61
77
|
|
|
62
78
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: glib-web
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.6.
|
|
4
|
+
version: 3.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ''
|
|
@@ -318,7 +318,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
318
318
|
- !ruby/object:Gem::Version
|
|
319
319
|
version: '0'
|
|
320
320
|
requirements: []
|
|
321
|
-
rubygems_version: 3.1.
|
|
321
|
+
rubygems_version: 3.1.6
|
|
322
322
|
signing_key:
|
|
323
323
|
specification_version: 4
|
|
324
324
|
summary: ''
|