diff options
author | Lukas Metzger | 2020-05-29 20:05:40 +0200 |
---|---|---|
committer | Lukas Metzger | 2020-05-29 20:05:40 +0200 |
commit | 9424d18fcc13ded281df8041b7cda41910fd20c7 (patch) | |
tree | 357b448635e3f5d65dad566f4a3f337c2b7c7baf | |
parent | Added overview of location for cpumodel and systemmodel (diff) | |
download | bwlp-statistics-9424d18fcc13ded281df8041b7cda41910fd20c7.tar.gz bwlp-statistics-9424d18fcc13ded281df8041b7cda41910fd20c7.tar.xz bwlp-statistics-9424d18fcc13ded281df8041b7cda41910fd20c7.zip |
Added title to new graphs
-rw-r--r-- | pages/machines.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pages/machines.py b/pages/machines.py index ab0b413..0bac558 100644 --- a/pages/machines.py +++ b/pages/machines.py @@ -187,7 +187,8 @@ def make_graph_locations(days, date, clickData, prop): y=[item['count'] for item in data] )) figure.update_layout( - height = 400 + height = 400, + title_text = item ) return dict(display='block'), figure |