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