-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Milestone
Description
plotly.js/src/traces/surface/attributes.js
Lines 291 to 301 in 206d117
_deprecated: { | |
zauto: extendFlat({}, colorScaleAttrs.zauto, { | |
description: 'Obsolete. Use `cauto` instead.' | |
}), | |
zmin: extendFlat({}, colorScaleAttrs.zmin, { | |
description: 'Obsolete. Use `cmin` instead.' | |
}), | |
zmax: extendFlat({}, colorScaleAttrs.zmax, { | |
description: 'Obsolete. Use `cmax` instead.' | |
}) | |
}, |