Skip to content

Commit

Permalink
allow ticklabeloverflow on indicator angular axis
Browse files Browse the repository at this point in the history
  • Loading branch information
archmoj committed Apr 13, 2021
1 parent f833ce4 commit 0deec98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/traces/indicator/plot.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified test/image/baselines/indicator_gauge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0deec98

Please sign in to comment.