Fix some styling issues

This commit is contained in:
Tim 2015-06-24 12:27:11 +02:00
parent 0224c709b0
commit cf502ddd2a
4 changed files with 8 additions and 7 deletions

View file

@ -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) {