diff --git a/src/traces/indicator/plot.js b/src/traces/indicator/plot.js index c39805d3258..759d182384b 100644 --- a/src/traces/indicator/plot.js +++ b/src/traces/indicator/plot.js @@ -394,6 +394,7 @@ function drawAngularGauge(gd, plotGroup, cd, opts) { ax.type = 'linear'; ax.range = trace.gauge.axis.range; ax._id = 'xangularaxis'; // or 'y', but I don't think this makes a difference here + ax.ticklabeloverflow = 'allow'; ax.setScale(); // 't'ick to 'g'eometric radians is used all over the place here diff --git a/test/image/baselines/indicator_gauge.png b/test/image/baselines/indicator_gauge.png index 605be3f1efd..16eb69bcf03 100644 Binary files a/test/image/baselines/indicator_gauge.png and b/test/image/baselines/indicator_gauge.png differ