Skip to content

Commit 0eb6604

Browse files
committed
image: add editType clearAxisTypes to x0 and y0
1 parent fa04037 commit 0eb6604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/traces/image/attributes.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ module.exports = extendFlat({
7474
valType: 'any',
7575
dflt: 0,
7676
role: 'info',
77-
editType: 'calc',
77+
editType: 'calc+clearAxisTypes',
7878
description: 'Set the image\'s x position.'
7979
},
8080
y0: {
8181
valType: 'any',
8282
dflt: 0,
8383
role: 'info',
84-
editType: 'calc',
84+
editType: 'calc+clearAxisTypes',
8585
description: 'Set the image\'s y position.'
8686
},
8787
dx: {

0 commit comments

Comments
 (0)