Skip to content

Commit 0deec98

Browse files
committed
allow ticklabeloverflow on indicator angular axis
1 parent f833ce4 commit 0deec98

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

Diff for: src/traces/indicator/plot.js

+1
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ function drawAngularGauge(gd, plotGroup, cd, opts) {
394394
ax.type = 'linear';
395395
ax.range = trace.gauge.axis.range;
396396
ax._id = 'xangularaxis'; // or 'y', but I don't think this makes a difference here
397+
ax.ticklabeloverflow = 'allow';
397398
ax.setScale();
398399

399400
// 't'ick to 'g'eometric radians is used all over the place here

Diff for: test/image/baselines/indicator_gauge.png

568 Bytes
Loading

0 commit comments

Comments
 (0)