From 5c110716cfda6e616a795edd12f2012b132dca9f Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 2 Apr 2017 17:51:12 +0200 Subject: Add a chart on payments by month by categories --- src/client/Main.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/Main.elm') diff --git a/src/client/Main.elm b/src/client/Main.elm index 9674b66..7981a1c 100644 --- a/src/client/Main.elm +++ b/src/client/Main.elm @@ -19,7 +19,7 @@ main = , update = update , subscriptions = (\model -> Sub.batch - [ Time.every 1000 Msg.UpdateTime + [ Time.every 60000 Msg.UpdateTime , Sub.map Msg.Tooltip Tooltip.subscription ] ) -- cgit v1.2.3