updated throughput dialog to load and set values from graph class
This commit is contained in:
parent
3512eedc60
commit
5dd08c283a
2 changed files with 40 additions and 41 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue