Skip to content

Commit de1668f

Browse files
committed
honor y-axis types in range slider plot
- so that non-auto type y axes are displayed correctly in the range slide plot
1 parent 25057d6 commit de1668f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/rangeslider/draw.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ function drawRangePlot(rangeSlider, gd, axisOpts, opts) {
376376
};
377377

378378
mockFigure.layout[oppAxisName] = {
379+
type: oppAxisOpts.type,
379380
domain: [0, 1],
380381
range: oppAxisOpts.range.slice(),
381382
calendar: oppAxisOpts.calendar

0 commit comments

Comments
 (0)