Added line graph

This commit is contained in:
karthikaeyetea
2021-09-02 13:50:41 +05:30
parent 2ba6142bf0
commit 44b71f77e3

View File

@@ -346,7 +346,7 @@ class lf_line_graph():
_graph_image_name="image_name", _graph_image_name="image_name",
_label=["bi-downlink", "bi-uplink", 'uplink'], _label=["bi-downlink", "bi-uplink", 'uplink'],
_font_weight='bold', _font_weight='bold',
_color=['forestgreen', 'y', 'r', 'g', 'b', 'p'], _color=['forestgreen', 'c', 'r', 'g', 'b', 'p'],
_figsize=(10, 5), _figsize=(10, 5),
_xaxis_step = 5, _xaxis_step = 5,
_xticks_font = None, _xticks_font = None,