Browse Source

allow graph to set bar width - looks nicer when less than enough data to fill canvas

Daniel Sheffield 2 years ago
parent
commit
d61410de00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/activities/TransactionEditor.py

+ 1 - 1
app/activities/TransactionEditor.py

@@ -157,7 +157,7 @@ class TransactionEditor(FocusWidget):
                 df['$/unit'].max()
             ])]
         )
-        self.graph.set_bar_width(1)
+        #self.graph.set_bar_width(1)
         # canvas_width = 10 + pad + pad + 10
         date_strlen = (self.graph.canvas_width - 20)
         ex = "─" if date_strlen % 2 else ""