1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-08 15:05:22 +02:00

chart: Do not initalize Series class with trend.

Fixes: #2311.
This commit is contained in:
Joseph Ho 2025-05-26 19:38:32 +00:00 committed by Joseph Ho
parent e7f1506728
commit 14b53732c3

View file

@ -10,7 +10,7 @@ class Series
values.each(&block)
end
attr_reader :start_date, :end_date, :interval, :trend, :values, :favorable_direction
attr_reader :start_date, :end_date, :interval, :values, :favorable_direction
Value = Struct.new(
:date,