Added charjs and fetch user activity to graph from new user/activity endpoint. This fetches tautulli stats based on the plex user_id linked with the seasoned account.

This commit is contained in:
2019-11-05 01:08:38 +01:00
parent d56a7d4dfe
commit ba670d06aa
4 changed files with 158 additions and 1 deletions

View File

@@ -11,6 +11,11 @@ let routes = [
path: '/',
component: (resolve) => require(['./components/Home.vue'], resolve)
},
{
name: 'activity',
path: '/activity',
component: (resolve) => require(['./components/ActivityPage.vue'], resolve)
},
{
name: 'profile',
path: '/profile',