Fix some styling issues
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user