updated throughput dialog to load and set values from graph class

This commit is contained in:
Blake Harnden 2019-12-26 21:32:30 -08:00
parent 3512eedc60
commit 5dd08c283a
2 changed files with 40 additions and 41 deletions

View file

@ -57,6 +57,11 @@ class CanvasGraph(tk.Canvas):
self.show_grid = tk.BooleanVar(value=True)
self.adjust_to_dim = tk.BooleanVar(value=False)
# throughput related
self.throughput_threshold = 250.0
self.throughput_width = 10
self.throughput_color = "#FF0000"
# bindings
self.setup_bindings()