fixed small issue with the recent change to the 'none' axis format,

Closes #703
This commit is contained in:
Torkel Ödegaard 2014-08-15 21:31:43 +02:00
parent ec2b4f584c
commit 142f081d1e
2 changed files with 1 additions and 7 deletions

View File

@ -526,7 +526,7 @@ function($, _, moment) {
};
default:
return function(val, axis) {
return kbn.noneFormat(val, axis ? axis.tickDecimals : decimals);
return kbn.noneFormat(val, axis ? axis.tickDecimals : null);
};
}
};

View File

@ -1,9 +1,3 @@
<style>
.noarrow>a:after {
display: none !important;
}
</style>
<li ng-show="dashboardViewState.fullscreen">
<a ng-click="exitFullscreen()">
Back to dashboard