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 @@
+ % if config['graph_tab'] != 'tabs-2' and config['graph_tab'] != 'tabs-3':
-
-
-

Daily Play count Last 30 days

-

- 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. -

-
-
-
Loading chart...
-
+ % else: +
+ % endif +
+
+

Daily Play count Last 30 days

+

+ 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. +

+
+
+
Loading chart...
+
+
+
+
+
+
+
+

Play count by day of week Last 30 days

+

+ The combined total of tv, movies, and music played per day of the week. +

+
+
+
+ Loading chart... +
+
+
+
+
+
+

Play count by hour of day Last 30 days

+

+ The combined total of tv, movies, and music played per hour of the day. +

+
+
+
+ Loading chart... +
+
+
+
+
+
+
+
+

Play count by top 10 platforms Last 30 days

+

+ The combined total of tv, movies, and music played by top 10 most active platforms. +

+
+
+
+ Loading chart... +
+
+
+
+
+
+

Play count by top 10 users Last 30 days

+

+ The combined total of tv, movies, and music played by top 10 most active users. +

+
+
+
+ Loading chart... +
+
+
-
-
-

Play count by day of week Last 30 days

-

- The combined total of tv, movies, and music played per day of the week. -

-
-
-
Loading chart... -
-
-
-
-
-
-

Play count by hour of day Last 30 days

-

- The combined total of tv, movies, and music played per hour of the day. -

-
-
-
Loading chart... -
-
-
-
-
-
-
-
-

Play count by top 10 platforms Last 30 days

-

- The combined total of tv, movies, and music played by top 10 most active platforms. -

-
-
-
Loading chart... -
-
-
-
-
-
-

Play count by top 10 users Last 30 days

-

- The combined total of tv, movies, and music played by top 10 most active users. -

-
-
-
Loading chart... -
-
-
-
-
-
-
+ % if config['graph_tab'] == 'tabs-2': +
+ % else:
+ % endif

Daily Stream type breakdown Last 30 days

@@ -189,7 +211,11 @@
+ % if config['graph_tab'] == 'tabs-3': +
+ % else:
+ % endif

Plays by Month Last 12 months

@@ -263,36 +289,12 @@