mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 05:31:15 -07:00
Fix some styling issues
This commit is contained in:
parent
0224c709b0
commit
cf502ddd2a
4 changed files with 8 additions and 7 deletions
|
@ -40,7 +40,7 @@ var hc_plays_by_day_options = {
|
|||
},
|
||||
tooltip: {
|
||||
formatter: function() {
|
||||
var monthStr = moment(this.value).format("MMM D");
|
||||
var monthStr = moment(this.x).format("MMM D");
|
||||
var s = '<b>'+ monthStr +'</b>';
|
||||
|
||||
$.each(this.points, function(i, point) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue