Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5453643

Browse files
committed
Merge branch 'exponent-base' of https://github.com/plotly/plotly.js into exponent-base
2 parents 37ca62e + 5ce2099 commit 5453643

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plot_api/plot_api.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2246,6 +2246,7 @@ Plotly.relayout = function relayout(gd, astr, val) {
22462246
else if(p.parts[0].indexOf('legend')!==-1) dolegend = true;
22472247
else if(ai.indexOf('title')!==-1) doticks = true;
22482248
else if(p.parts[0].indexOf('bgcolor')!==-1) dolayoutstyle = true;
2249+
else if(pleaf.indexOf('exponentbase' !== -1)) docalc = true;
22492250
else if(p.parts.length>1 &&
22502251
Lib.containsAny(p.parts[1], ['tick', 'exponent', 'grid', 'zeroline'])) {
22512252
doticks = true;

0 commit comments

Comments
 (0)