Add Live TV to graphs

This commit is contained in:
JonnyWong16 2020-02-22 16:31:35 -08:00
parent 2144d4d7ed
commit c060638539
8 changed files with 141 additions and 66 deletions

View file

@ -40,7 +40,7 @@ var hc_plays_by_day_options = {
}
}
},
colors: ['#E5A00D', '#FFFFFF', '#F06464'],
colors: ['#E5A00D', '#FFFFFF', '#F06464', '#19A0D7'],
xAxis: {
type: 'datetime',
labels: {

View file

@ -23,7 +23,7 @@ var hc_plays_by_dayofweek_options = {
credits: {
enabled: false
},
colors: ['#E5A00D', '#FFFFFF', '#F06464'],
colors: ['#E5A00D', '#FFFFFF', '#F06464', '#19A0D7'],
xAxis: {
categories: [{}],
labels: {

View file

@ -23,7 +23,7 @@ var hc_plays_by_hourofday_options = {
credits: {
enabled: false
},
colors: ['#E5A00D', '#FFFFFF', '#F06464'],
colors: ['#E5A00D', '#FFFFFF', '#F06464', '#19A0D7'],
xAxis: {
categories: [{}],
labels: {

View file

@ -23,7 +23,7 @@ var hc_plays_by_month_options = {
credits: {
enabled: false
},
colors: ['#E5A00D', '#FFFFFF', '#F06464'],
colors: ['#E5A00D', '#FFFFFF', '#F06464', '#19A0D7'],
xAxis: {
labels: {
style: {

View file

@ -23,7 +23,7 @@ var hc_plays_by_platform_options = {
credits: {
enabled: false
},
colors: ['#E5A00D', '#FFFFFF', '#F06464'],
colors: ['#E5A00D', '#FFFFFF', '#F06464', '#19A0D7'],
xAxis: {
categories: [{}],
labels: {

View file

@ -23,7 +23,7 @@ var hc_plays_by_user_options = {
credits: {
enabled: false
},
colors: ['#E5A00D', '#FFFFFF', '#F06464'],
colors: ['#E5A00D', '#FFFFFF', '#F06464', '#19A0D7'],
xAxis: {
categories: [{}],
labels: {