Skip to content

Commit e7c29d7

Browse files
committed
inherit position scale
1 parent a8c0ec0 commit e7c29d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/scale-date.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ datetime_scale <- function(aesthetics, transform, trans = deprecated(),
341341
transform,
342342
date = ScaleContinuousDate,
343343
time = ScaleContinuousDatetime,
344-
ScaleContinuous
344+
ScaleContinuousPosition
345345
)
346346
} else {
347347
scale_class <- ScaleContinuous

0 commit comments

Comments
 (0)