lib/interacting.rhtml in pbosetti-flotr-1.3.6 vs lib/interacting.rhtml in pbosetti-flotr-1.3.7
- old
+ new
@@ -38,10 +38,10 @@
datapoint[key].toFixed(2) + "<br/>";
}
return hintStr;
} },
points: { show: <%= @options[:points] or 'true'%> },
- lines: { show: <%= @options[:points] or 'true'%> },
+ lines: { show: <%= @options[:lines] or 'true'%> },
legend: { position: '<%= @options[:legend_position] or 'sw'%>' },
grid: {
clickable: true,
hoverable: true,
hoverFill: '#444',