From 142f081d1e9ec4f13b0fb0ce7e47498663bcd2ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 15 Aug 2014 21:31:43 +0200 Subject: [PATCH] fixed small issue with the recent change to the 'none' axis format, Closes #703 --- src/app/components/kbn.js | 2 +- src/app/partials/dashLoader.html | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/src/app/components/kbn.js b/src/app/components/kbn.js index 566a2edcde7..7f280cc99d6 100644 --- a/src/app/components/kbn.js +++ b/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); }; } }; diff --git a/src/app/partials/dashLoader.html b/src/app/partials/dashLoader.html index cfa74c66af0..7e36c0b3741 100644 --- a/src/app/partials/dashLoader.html +++ b/src/app/partials/dashLoader.html @@ -1,9 +1,3 @@ - -
  • Back to dashboard