Преглед изворни кода

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