Fixed the problem of Axis text not being in the middle.

This commit is contained in:
bkoniden 2010-11-23 19:43:53 +00:00
parent 2ca5c9df32
commit 415670e28d
3 changed files with 11 additions and 11 deletions

View file

@ -12,8 +12,6 @@ function init(graphContainer) {
// TODO: make use of the id on the select field instead of a generic one.
$("#comparisonParameter").text("Total Number of " + $("select.comparisonValues option:selected").val());
$('#yaxislabel').html("Number of " + optionSelected).mbFlipText(false);
$("span#paramdesc").text($("select.comparisonValues option:selected").val() + ' (desc)');
$("span#paramasc").text($("select.comparisonValues option:selected").val() + ' (asc)');
var defaultFlotOptions = {
xaxis : {