Просмотр исходного кода

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

Torkel Ödegaard 11 лет назад
Родитель
Сommit
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