mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
Don't refresh users on every config save.
Don't reschedule all tasks on every config save. Send pre-formatted month+year string for monthly total plays graph.
This commit is contained in:
parent
0a850fc3af
commit
f56ba300ac
3 changed files with 22 additions and 10 deletions
|
@ -25,11 +25,7 @@ var hc_plays_by_month_options = {
|
|||
},
|
||||
colors: ['#F9AA03', '#FFFFFF'],
|
||||
xAxis: {
|
||||
type: 'datetime',
|
||||
labels: {
|
||||
formatter: function() {
|
||||
return moment(this.value).format("MMM YYYY");
|
||||
},
|
||||
style: {
|
||||
color: '#aaa'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue