소스 검색

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

Torkel Ödegaard 11 년 전
부모
커밋
142f081d1e
2개의 변경된 파일1개의 추가작업 그리고 7개의 파일을 삭제
  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:
       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">
   <a ng-click="exitFullscreen()">
     Back to dashboard