Parcourir la source

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

Torkel Ödegaard il y a 11 ans
Parent
commit
142f081d1e
2 fichiers modifiés avec 1 ajouts et 7 suppressions
  1. 1 1
      src/app/components/kbn.js
  2. 0 6
      src/app/partials/dashLoader.html

+ 1 - 1
src/app/components/kbn.js

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

+ 0 - 6
src/app/partials/dashLoader.html

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