pulse_meter-dygraphs_visualizer 0.4.17 → 0.4.18
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.
|
@@ -272,8 +272,6 @@ WidgetPresenter = (function() {
|
|
|
272
272
|
labelsSeparateLines: false,
|
|
273
273
|
rightGap: 30,
|
|
274
274
|
highlightCircleSize: 2,
|
|
275
|
-
strokeWidth: 1,
|
|
276
|
-
strokeBorderWidth: 1,
|
|
277
275
|
highlightSeriesOpts: {
|
|
278
276
|
strokeWidth: 2,
|
|
279
277
|
strokeBorderWidth: 1,
|
|
@@ -293,7 +291,6 @@ WidgetPresenter = (function() {
|
|
|
293
291
|
};
|
|
294
292
|
|
|
295
293
|
WidgetPresenter.prototype.draw = function() {
|
|
296
|
-
console.log(this.mergedOptions());
|
|
297
294
|
return this.chart.draw(this.data(), this.mergedOptions());
|
|
298
295
|
};
|
|
299
296
|
|
|
@@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
|
|
|
14
14
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
|
15
15
|
gem.name = "pulse_meter-dygraphs_visualizer"
|
|
16
16
|
gem.require_paths = ["lib"]
|
|
17
|
-
gem.version = "0.4.
|
|
17
|
+
gem.version = "0.4.18"
|
|
18
18
|
|
|
19
19
|
gem.add_runtime_dependency('pulse_meter_core')
|
|
20
20
|
gem.add_runtime_dependency('gon-sinatra')
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pulse_meter-dygraphs_visualizer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.18
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -468,7 +468,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
468
468
|
version: '0'
|
|
469
469
|
segments:
|
|
470
470
|
- 0
|
|
471
|
-
hash:
|
|
471
|
+
hash: 1918376831600449463
|
|
472
472
|
requirements: []
|
|
473
473
|
rubyforge_project:
|
|
474
474
|
rubygems_version: 1.8.23
|