pbosetti-flotr 1.3.6 → 1.3.7

Sign up to get free protection for your applications and to get access to all the features.
data/lib/flotr.rb CHANGED
@@ -139,7 +139,7 @@ module Flotr
139
139
  when /mswin/
140
140
  exec "start #{OUTPUT_FILE}"
141
141
  else
142
- puts "open #{OUTPUT_FILE} in your preferred brouser"
142
+ puts "open #{OUTPUT_FILE} in your preferred browser"
143
143
  end
144
144
  end
145
145
 
@@ -40,7 +40,7 @@
40
40
  return hintStr;
41
41
  } },
42
42
  points: { show: <%= @options[:points] or 'true'%> },
43
- lines: { show: <%= @options[:points] or 'true'%> },
43
+ lines: { show: <%= @options[:lines] or 'true'%> },
44
44
  legend: { position: '<%= @options[:legend_position] or 'sw'%>' },
45
45
  grid: {
46
46
  clickable: true,
data/lib/zooming.rhtml CHANGED
@@ -23,7 +23,7 @@
23
23
  xaxis: {label: <%= "\"#{@label[:X]}\"" or 'null'%>,},
24
24
  yaxis: {label: <%= "\"#{@label[:Y]}\"" or 'null'%>,},
25
25
  points: { show: <%= @options[:points] or 'true'%> },
26
- lines: { show: <%= @options[:points] or 'true'%> },
26
+ lines: { show: <%= @options[:lines] or 'true'%> },
27
27
  selection: { mode: 'xy' },
28
28
  hints: {
29
29
  show: true,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pbosetti-flotr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.6
4
+ version: 1.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paolo Bosetti