highcharts-rails 5.0.8 → 5.0.9

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.
Files changed (25) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.markdown +5 -0
  3. data/app/assets/javascripts/highcharts.js +4 -4
  4. data/app/assets/javascripts/highcharts/highcharts-3d.js +5 -4
  5. data/app/assets/javascripts/highcharts/highcharts-more.js +1 -1
  6. data/app/assets/javascripts/highcharts/modules/accessibility.js +1 -1
  7. data/app/assets/javascripts/highcharts/modules/annotations.js +1 -1
  8. data/app/assets/javascripts/highcharts/modules/boost.js +1 -1
  9. data/app/assets/javascripts/highcharts/modules/broken-axis.js +1 -1
  10. data/app/assets/javascripts/highcharts/modules/data.js +1 -1
  11. data/app/assets/javascripts/highcharts/modules/drilldown.js +1 -1
  12. data/app/assets/javascripts/highcharts/modules/exporting.js +1 -1
  13. data/app/assets/javascripts/highcharts/modules/funnel.js +1 -1
  14. data/app/assets/javascripts/highcharts/modules/grid-axis.js +1 -1
  15. data/app/assets/javascripts/highcharts/modules/heatmap.js +1 -1
  16. data/app/assets/javascripts/highcharts/modules/no-data-to-display.js +1 -1
  17. data/app/assets/javascripts/highcharts/modules/offline-exporting.js +2 -2
  18. data/app/assets/javascripts/highcharts/modules/overlapping-datalabels.js +1 -1
  19. data/app/assets/javascripts/highcharts/modules/series-label.js +1 -1
  20. data/app/assets/javascripts/highcharts/modules/solid-gauge.js +1 -1
  21. data/app/assets/javascripts/highcharts/modules/stock.js +1 -1
  22. data/app/assets/javascripts/highcharts/modules/treemap.js +1 -1
  23. data/app/assets/javascripts/highcharts/modules/xrange-series.js +1 -1
  24. data/lib/highcharts/version.rb +1 -1
  25. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c07fdfe881d82631125b0d41f3308e896b0b0c39
4
- data.tar.gz: 4763f46c66ebd67f143b07553efa26b16dba9926
3
+ metadata.gz: a1203f405bffad4bc97bdeb40025f1d32aa9d035
4
+ data.tar.gz: 7c4d64d7ccfef934a1d562ba18c28e6e8756f8dd
5
5
  SHA512:
6
- metadata.gz: 62691100992c685c381e7fc5eaf9c0c884bb1008d7aad489e4b48d5119eb72a94ef24571ada79f01b3c94c6710ac5c0b8c012f374f4e6ece510890fe0117a36d
7
- data.tar.gz: 196d2a3665e69acb6db35981518c9694a48a761a0d97d9cd8a1bccd684f5eb8aecf84b87da1b658fca9ed4c5d1563d08e076e5b243fc4a3b96e067ca15f7cd4a
6
+ metadata.gz: 7487bf84bcb2f7d8d540afc53341be646fce318ba69a48a6517e9f41ed3e2c38f28d0883bb4332a78423297fca542c77b061b69abbff6dca2556e8799508dcbc
7
+ data.tar.gz: 4a587287886f11f7d3816f424174b3fea4a0a108655b849b2d4c5fb2fe0d3898dfda781c465c29a80b98a914549357fa90e0937072abc5238db25ca9e2907d8f
@@ -1,3 +1,8 @@
1
+ # 5.0.9 / 2017-11-10
2
+
3
+ * Updated Highcharts to 5.0.9 (2017-03-08)
4
+ * Worked around a Closure Compiler error that made 3D charts fail.
5
+
1
6
  # 5.0.8 / 2017-11-10
2
7
 
3
8
  * Updated Highcharts to 5.0.8 (2017-03-08)
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highcharts JS v5.0.8 (2017-03-08)
2
+ * @license Highcharts JS v5.0.9 (2017-03-08)
3
3
  *
4
4
  * (c) 2009-2016 Torstein Honsi
5
5
  *
@@ -35,7 +35,7 @@
35
35
 
36
36
  var Highcharts = win.Highcharts ? win.Highcharts.error(16, true) : {
37
37
  product: 'Highcharts',
38
- version: '5.0.8',
38
+ version: '5.0.9',
39
39
  deg2rad: Math.PI * 2 / 360,
40
40
  doc: doc,
41
41
  hasBidiBug: hasBidiBug,
@@ -4061,7 +4061,7 @@
4061
4061
 
4062
4062
  // Add description
4063
4063
  desc = this.createElement('desc').add();
4064
- desc.element.appendChild(doc.createTextNode('Created with Highcharts 5.0.8'));
4064
+ desc.element.appendChild(doc.createTextNode('Created with Highcharts 5.0.9'));
4065
4065
 
4066
4066
 
4067
4067
  renderer.defs = this.createElement('defs').add();
@@ -7366,7 +7366,7 @@
7366
7366
  useUTC: true,
7367
7367
  //timezoneOffset: 0,
7368
7368
 
7369
- VMLRadialGradientURL: 'http://code.highcharts.com/5.0.8/gfx/vml-radial-gradient.png'
7369
+ VMLRadialGradientURL: 'http://code.highcharts.com/5.0.9/gfx/vml-radial-gradient.png'
7370
7370
 
7371
7371
  },
7372
7372
  chart: {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highcharts JS v5.0.8 (2017-03-08)
2
+ * @license Highcharts JS v5.0.9 (2017-03-08)
3
3
  *
4
4
  * 3D features for Highcharts JS
5
5
  *
@@ -298,12 +298,13 @@
298
298
  return this;
299
299
  };
300
300
 
301
- result.attr = function(args) {
301
+ result.attr = function(args, val) {
302
302
 
303
303
  // Resolve setting attributes by string name
304
- if (typeof args === 'string' && arguments[1] !== undefined) {
304
+ if (typeof args === 'string' && typeof val !== 'undefined') {
305
+ var key = args;
305
306
  args = {};
306
- args[arguments[0]] = arguments[1];
307
+ args[key] = val;
307
308
  }
308
309
 
309
310
  if (args.shapeArgs || defined(args.x)) {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highcharts JS v5.0.8 (2017-03-08)
2
+ * @license Highcharts JS v5.0.9 (2017-03-08)
3
3
  *
4
4
  * (c) 2009-2016 Torstein Honsi
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highcharts JS v5.0.8 (2017-03-08)
2
+ * @license Highcharts JS v5.0.9 (2017-03-08)
3
3
  * Accessibility module
4
4
  *
5
5
  * (c) 2010-2016 Highsoft AS
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highcharts JS v5.0.8 (2017-03-08)
2
+ * @license Highcharts JS v5.0.9 (2017-03-08)
3
3
  *
4
4
  * (c) 2009-2016 Torstein Honsi
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highcharts JS v5.0.8 (2017-03-08)
2
+ * @license Highcharts JS v5.0.9 (2017-03-08)
3
3
  * Boost module
4
4
  *
5
5
  * (c) 2010-2016 Highsoft AS
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highcharts JS v5.0.8 (2017-03-08)
2
+ * @license Highcharts JS v5.0.9 (2017-03-08)
3
3
  *
4
4
  * (c) 2009-2016 Torstein Honsi
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highcharts JS v5.0.8 (2017-03-08)
2
+ * @license Highcharts JS v5.0.9 (2017-03-08)
3
3
  * Data module
4
4
  *
5
5
  * (c) 2012-2016 Torstein Honsi
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highcharts JS v5.0.8 (2017-03-08)
2
+ * @license Highcharts JS v5.0.9 (2017-03-08)
3
3
  * Highcharts Drilldown module
4
4
  *
5
5
  * Author: Torstein Honsi
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highcharts JS v5.0.8 (2017-03-08)
2
+ * @license Highcharts JS v5.0.9 (2017-03-08)
3
3
  * Exporting module
4
4
  *
5
5
  * (c) 2010-2016 Torstein Honsi
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highcharts JS v5.0.8 (2017-03-08)
2
+ * @license Highcharts JS v5.0.9 (2017-03-08)
3
3
  * Highcharts funnel module
4
4
  *
5
5
  * (c) 2010-2016 Torstein Honsi
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highcharts JS v5.0.8 (2017-03-08)
2
+ * @license Highcharts JS v5.0.9 (2017-03-08)
3
3
  * GridAxis
4
4
  *
5
5
  * (c) 2016 Lars A. V. Cabrera
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highcharts JS v5.0.8 (2017-03-08)
2
+ * @license Highcharts JS v5.0.9 (2017-03-08)
3
3
  *
4
4
  * (c) 2009-2016 Torstein Honsi
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highcharts JS v5.0.8 (2017-03-08)
2
+ * @license Highcharts JS v5.0.9 (2017-03-08)
3
3
  * Plugin for displaying a message when there is no data visible in chart.
4
4
  *
5
5
  * (c) 2010-2016 Highsoft AS
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highcharts JS v5.0.8 (2017-03-08)
2
+ * @license Highcharts JS v5.0.9 (2017-03-08)
3
3
  * Client side exporting module
4
4
  *
5
5
  * (c) 2015 Torstein Honsi / Oystein Moseng
@@ -500,7 +500,7 @@
500
500
 
501
501
  // Extend the default options to use the local exporter logic
502
502
  merge(true, Highcharts.getOptions().exporting, {
503
- libURL: 'https://code.highcharts.com/5.0.8/lib/',
503
+ libURL: 'https://code.highcharts.com/5.0.9/lib/',
504
504
  buttons: {
505
505
  contextButton: {
506
506
  menuItems: [{
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highcharts JS v5.0.8 (2017-03-08)
2
+ * @license Highcharts JS v5.0.9 (2017-03-08)
3
3
  *
4
4
  * (c) 2009-2016 Torstein Honsi
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highcharts JS v5.0.8 (2017-03-08)
2
+ * @license Highcharts JS v5.0.9 (2017-03-08)
3
3
  *
4
4
  * (c) 2009-2016 Torstein Honsi
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highcharts JS v5.0.8 (2017-03-08)
2
+ * @license Highcharts JS v5.0.9 (2017-03-08)
3
3
  * Solid angular gauge module
4
4
  *
5
5
  * (c) 2010-2016 Torstein Honsi
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highcharts JS v5.0.8 (2017-03-08)
2
+ * @license Highcharts JS v5.0.9 (2017-03-08)
3
3
  * Highstock as a plugin for Highcharts
4
4
  *
5
5
  * (c) 2017 Torstein Honsi
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highcharts JS v5.0.8 (2017-03-08)
2
+ * @license Highcharts JS v5.0.9 (2017-03-08)
3
3
  *
4
4
  * (c) 2014 Highsoft AS
5
5
  * Authors: Jon Arild Nygard / Oystein Moseng
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highcharts JS v5.0.8 (2017-03-08)
2
+ * @license Highcharts JS v5.0.9 (2017-03-08)
3
3
  * X-range series
4
4
  *
5
5
  * (c) 2010-2016 Torstein Honsi, Lars A. V. Cabrera
@@ -1,3 +1,3 @@
1
1
  module Highcharts
2
- VERSION = "5.0.8"
2
+ VERSION = "5.0.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: highcharts-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.8
4
+ version: 5.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Per Christian B. Viken