##// END OF EJS Templates
fix incorrect min_x_value of lib/SVG/Graph/TimeSeries.rb by r10439 (#12711, #11290)...
Toshi MARUYAMA -
r10861:2ba7228b065b
parent child
Show More
@@ -171,7 +171,7 module SVG
171 protected
171 protected
172
172
173 def min_x_value=(value)
173 def min_x_value=(value)
174 @min_x_value = DateTime.parse( data[:data][i] ).to_time
174 @min_x_value = DateTime.parse( value ).to_time
175 end
175 end
176
176
177
177
General Comments 0
You need to be logged in to leave comments. Login now