added horizontal stacked bar chart, some changes in report and graph library

This commit is contained in:
anjali
2021-05-13 21:54:46 +05:30
parent 55bbc5497f
commit d02d050152
3 changed files with 122 additions and 13 deletions

View File

@@ -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):