[Libreoffice-commits] dev-tools.git: qa/createBlogReport.py
Xisco Fauli (via logerrit)
logerrit at kemper.freedesktop.org
Mon Mar 8 14:14:34 UTC 2021
qa/createBlogReport.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b66751b1e109f567fa579f5afa72b3dc0404c7aa
Author: Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Mon Mar 8 15:11:35 2021 +0100
Commit: Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Mon Mar 8 15:11:35 2021 +0100
createBlogReport: Rename charts' title
<buovjaga> x1sc0: so the proposal was to change the title of all the evolution
charts from "per day" to "over time"
<eyalroz> x1sc0: Yes, what buovjaga said.
Change-Id: I41291adfad06165b33f95fe08de564fa5edcbfe2
diff --git a/qa/createBlogReport.py b/qa/createBlogReport.py
index 04c9396..f09b354 100755
--- a/qa/createBlogReport.py
+++ b/qa/createBlogReport.py
@@ -606,7 +606,7 @@ def createEvolutionSection(fp, value, sectionName, urlParam, color):
print("Check the current list of {} {}".format(sectionName.lower(), makeLink(urlPath + urlParam, "here")), file=fp)
print('<img src="PATH_HERE/{}.png" alt="" width="640" height="480" class="alignnone size-full" />'.format(
sectionName.replace(" ", "_")), file=fp)
- createPlot(value, "line", sectionName + " Per Day", sectionName, color)
+ createPlot(value, "line", sectionName + " Over Time", sectionName, color)
def createList(fp, value, listName):
More information about the Libreoffice-commits
mailing list