Skip to content

Commit 83273cf

Browse files
author
Ignacio Martinez
committed
minexponent: add minimum value
1 parent f74e17f commit 83273cf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/plots/cartesian/layout_attributes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,7 @@ module.exports = {
683683
minexponent: {
684684
valType: 'number',
685685
dflt: 3,
686+
min: 0,
686687
role: 'style',
687688
editType: 'ticks',
688689
description: [

src/traces/carpet/axis_attributes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ module.exports = {
287287
minexponent: {
288288
valType: 'number',
289289
dflt: 3,
290+
min: 0,
290291
role: 'style',
291292
editType: 'ticks',
292293
description: [

0 commit comments

Comments
 (0)