mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
added horizontal stacked bar chart, some changes in report and graph library
This commit is contained in:
@@ -275,7 +275,7 @@ class lf_report():
|
||||
os.mkdir(self.path_date_time)
|
||||
|
||||
def build_table(self):
|
||||
self.dataframe_html = self.dataframe.to_html(index=False) # have the index be able to be passed in.
|
||||
self.dataframe_html = self.dataframe.to_html(index=False, justify='center') # have the index be able to be passed in.
|
||||
self.html += self.dataframe_html
|
||||
|
||||
def build_custom(self):
|
||||
|
||||
Reference in New Issue
Block a user