diff --git a/pandora_console/include/graphs/bullet.js b/pandora_console/include/graphs/bullet.js index 4fc38ab2bf..db88e1d798 100644 --- a/pandora_console/include/graphs/bullet.js +++ b/pandora_console/include/graphs/bullet.js @@ -142,10 +142,10 @@ d3.bullet = function() { tickUpdate.select("line") .attr("y1", height) - .attr("y2", height * 7 / 6); + .attr("y2", height + 7); tickUpdate.select("text") - .attr("y", height * 7 / 6); + .attr("y", height + 7); // Transition the exiting ticks to the new scale, x1. tick.exit().transition()