image-charts 5.4.0 → 5.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/image-charts.rb +15 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c407dc7ff424dcdd41c276440e2b57700dbbed688048196e39eae0af0b68d4e2
4
- data.tar.gz: 5d52198c4b2ebdf6a402036bc4b7de03181c5fba3dc15242879cebe06aa9eed1
3
+ metadata.gz: 2fcde6f1d35f351fd2447e5656f85dc0c6d39f75b744dc47cb1d43b632a40b74
4
+ data.tar.gz: 4149a78318440f4d157529253db503f5b6dcce8475c0a49d4f33f300f505122f
5
5
  SHA512:
6
- metadata.gz: 71cdc470b71b40b23b1d13184937010d44faf8dd74e9c8331d098357563cfa35326d789e1036abf960dad8ecfb9123a934c7c63f77fbf1fbed90bd33c6c8b931
7
- data.tar.gz: 95f59fa580bf2eb7118cec3535f26adccc20cfa871faa139ad5e074a24849cc2bc1749348caf1556701f719ebbde38819ac9dd9bda11c15b4ddd0272c178bf81
6
+ metadata.gz: 4ece46a019ef3abb67308c0ba759b377a5d16f3d04126aa112befcd656664f24f309b43c95e42df9d25bbbdf7c7bd6edefc4692711edf4cac245575b355e5c2b
7
+ data.tar.gz: 57830517d0ba41892713797a2b6025f17a1a04804cab702d1bbdab748a2e1901132940f0cb191efdb4af9f5c49091d3ec1ae1f32388ce2f3df7d76f65bcf8e7b
@@ -175,7 +175,7 @@ class ImageCharts
175
175
  _clone 'chxr', value
176
176
  end
177
177
 
178
- # Some clients like Flowdock/Facebook messenger and so on, needs an URL to ends with a valid image extension file to display the image, use this parameter at the end your URL to support them. Valid values are ".png", ".svg" and ".gif".
178
+ # Some clients like Flowdock/Facebook messenger and so on, needs an URL to ends with a valid image extension file to display the image, use this parameter at the end your URL to support them. Valid values are ".png", ".svg" and ".gif".
179
179
  # Only QRCodes and GraphViz support svg output.
180
180
  #
181
181
  # [Reference documentation]{@link https://documentation.image-charts.com/reference/output-format/}
@@ -228,6 +228,8 @@ class ImageCharts
228
228
  # # @example
229
229
  # chart = ImageCharts().chg('1,1')
230
230
  # chart = ImageCharts().chg('0,1,1,5')
231
+ # chart = ImageCharts().chg('1,1,FF00FF')
232
+ # chart = ImageCharts().chg('1,1,1,1,CECECE')
231
233
  #
232
234
  # Solid or dotted grid lines
233
235
  def chg(value)
@@ -355,6 +357,18 @@ class ImageCharts
355
357
  _clone 'chl', value
356
358
  end
357
359
 
360
+ # Position and style of labels on data
361
+ #
362
+ # [Reference documentation]{@link https://documentation.image-charts.com/reference/chart-label/#positionning-and-formatting}
363
+ # # @example
364
+ # chart = ImageCharts().chlps('align,top|offset,10|color,FF00FF')
365
+ # chart = ImageCharts().chlps('align,top|offset,10|color,FF00FF')
366
+ #
367
+ # Position and style of labels on data
368
+ def chlps(value)
369
+ _clone 'chlps', value
370
+ end
371
+
358
372
  # chart margins
359
373
  #
360
374
  # [Reference documentation]{@link https://documentation.image-charts.com/reference/chart-margin/}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: image-charts
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.4.0
4
+ version: 5.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francois-Guillaume Ribreau
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-11 00:00:00.000000000 Z
11
+ date: 2020-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest