Commit 142f081d by Torkel Ödegaard

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

Closes #703
parent ec2b4f58
......@@ -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);
};
}
};
......
<style>
.noarrow>a:after {
display: none !important;
}
</style>
<li ng-show="dashboardViewState.fullscreen">
<a ng-click="exitFullscreen()">
Back to dashboard
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment