1
0
Fork 0

dashboard label fix for detailedgraph

This commit is contained in:
Heiko Kernbach 2013-10-08 22:44:17 +02:00
parent 9087af2e61
commit 0e83c32548
1 changed files with 3 additions and 0 deletions

View File

@ -470,6 +470,9 @@ var dashboardView = Backbone.View.extend({
});
this.loadGraphState();
//fix position for last value label in detailgraph
$('.nv-x.nv-axis .nvd3.nv-wrap.nv-axis:last-child text').attr('x','-5');
},
calculateSeries: function (flush) {