Fixed a label error in the weekdays chart, which misordered the days relative to the number of emails.
@@ -39,7 +47,7 @@
When executing a custom query for a single day, now is used the single day view [#315].
The Inbox Zero Folders Chart is no longer partially hidden under the bottom border in certain circumstances.
-
The labels on the Inbox Zero Folders graphs no longer overlap [#341].
+
The labels on the Inbox Zero Folders charts no longer overlap [#341].
Added the precentage of mails moved from inbox in all the single day views [#343].
Fixed a concurrency bug in displaying the elapsed time. It now always shows the maximum value.
Added a warning if querying too much days in the Custom View. Added an option in the advanced tab to choose the maximum number of days to query without a warning. It's also possible to disable the warning completely [#281].
@@ -59,8 +67,8 @@
Added an hourly email extract divider in the Today and Yesterday tabs.
Added the total number of mails in aggregate stats in Today Tab, Yesterday Tab, 7 Days Tab and Custom View Tabs. This total also considers business days only if the corresponding option is active [#323].
-
Added an option to display today's time graph lines only up to the current hour [#302].
-
In today's time graph, a vertical line has been added to indicate the current hour [#79].
+
Added an option to display Today Tab's Time Chart lines only up to the current hour [#302].
+
In Today Tab's Time Chart, a vertical line has been added to indicate the current hour [#79].
Some options have been moved from the options page "Advanced" tab to the "General" tab.
Displaying the last execution time for each tab [#314].
Changed the color of the 'Today' bar in the 7-Days Tab Chart [#326].
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/charts/ChartFolders.vue b/src/components/charts/ChartFolders.vue
new file mode 100644
index 00000000..04e3d637
--- /dev/null
+++ b/src/components/charts/ChartFolders.vue
@@ -0,0 +1,206 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/graphs/GraphInboxZeroDates.vue b/src/components/charts/ChartInboxZeroDates.vue
similarity index 99%
rename from src/components/graphs/GraphInboxZeroDates.vue
rename to src/components/charts/ChartInboxZeroDates.vue
index fec800b2..405bc3f8 100644
--- a/src/components/graphs/GraphInboxZeroDates.vue
+++ b/src/components/charts/ChartInboxZeroDates.vue
@@ -19,7 +19,7 @@
-->
-
+
.
+ */
+-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/graphs/GraphInboxZeroFolders.vue b/src/components/charts/ChartInboxZeroFolders.vue
similarity index 94%
rename from src/components/graphs/GraphInboxZeroFolders.vue
rename to src/components/charts/ChartInboxZeroFolders.vue
index a63b1ab7..a8d4e3e2 100644
--- a/src/components/graphs/GraphInboxZeroFolders.vue
+++ b/src/components/charts/ChartInboxZeroFolders.vue
@@ -19,7 +19,7 @@
-->
-
+
-
+
+
+
\ No newline at end of file
diff --git a/src/components/graphs/GraphToday.vue b/src/components/charts/ChartTime.vue
similarity index 76%
rename from src/components/graphs/GraphToday.vue
rename to src/components/charts/ChartTime.vue
index 530fcd9c..7ed3d1d4 100644
--- a/src/components/graphs/GraphToday.vue
+++ b/src/components/charts/ChartTime.vue
@@ -19,20 +19,20 @@
-->
-
Fixed a label error in the weekdays chart, which misordered the days relative to the number of emails.
@@ -58,7 +66,7 @@
When executing a custom query for a single day, now is used the single day view [#315].
The Inbox Zero Folders Chart is no longer partially hidden under the bottom border in certain circumstances.
-
The labels on the Inbox Zero Folders graphs no longer overlap [#341].
+
The labels on the Inbox Zero Folders charts no longer overlap [#341].
Added the precentage of mails moved from inbox in all the single day views [#343].
Fixed a concurrency bug in displaying the elapsed time. It now always shows the maximum value.
Added a warning if querying too much days in the Custom View. Added an option in the advanced tab to choose the maximum number of days to query without a warning. It's also possible to disable the warning completely [#281].
@@ -78,8 +86,8 @@
Added an hourly email extract divider in the Today and Yesterday tabs.
Added the total number of mails in aggregate stats in Today Tab, Yesterday Tab, 7 Days Tab and Custom View Tabs. This total also considers business days only if the corresponding option is active [#323].
-
Added an option to display today's time graph lines only up to the current hour [#302].
-
In today's time graph, a vertical line has been added to indicate the current hour [#79].
+
Added an option to display Today Tab's Time Chart lines only up to the current hour [#302].
+
In Today Tab's Time Chart, a vertical line has been added to indicate the current hour [#79].
Some options have been moved from the options page "Advanced" tab to the "General" tab.
Displaying the last execution time for each tab [#314].
Changed the color of the 'Today' bar in the 7-Days Tab Chart [#326].