diff --git a/data/interfaces/default/css/plexpy.css b/data/interfaces/default/css/plexpy.css index ef06c9dc..5673d854 100644 --- a/data/interfaces/default/css/plexpy.css +++ b/data/interfaces/default/css/plexpy.css @@ -2545,4 +2545,13 @@ table[id^='history_child'] thead th { } .notification-params tr:nth-child(even) td { background-color: rgba(255,255,255,0.010); +} + +#days-selection label { + margin-bottom: 0; +} +#graph-days { + margin: 0; + width: 75px; + height: 34px; } \ No newline at end of file diff --git a/data/interfaces/default/graphs.html b/data/interfaces/default/graphs.html index 8f114b67..9143bb5a 100644 --- a/data/interfaces/default/graphs.html +++ b/data/interfaces/default/graphs.html @@ -13,110 +13,132 @@
- The total play count or duration of tv, movies, and music played per day. Click a graph point to open up a list of items played for that specific date. -
-+ The total play count or duration of tv, movies, and music played per day. Click a graph point to open up a list of items played for that specific date. +
++ The combined total of tv, movies, and music played per day of the week. +
++ The combined total of tv, movies, and music played per hour of the day. +
++ The combined total of tv, movies, and music played by top 10 most active platforms. +
++ The combined total of tv, movies, and music played by top 10 most active users. +
+- The combined total of tv, movies, and music played per day of the week. -
-- The combined total of tv, movies, and music played per hour of the day. -
-- The combined total of tv, movies, and music played by top 10 most active platforms. -
-- The combined total of tv, movies, and music played by top 10 most active users. -
-