Skip to content

Commit 6b12ad8

Browse files
committed
update description and schema
1 parent 87ee37a commit 6b12ad8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/traces/scattermapbox/attributes.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ module.exports = overrideAll({
3737
dflt: -1,
3838
min: -1,
3939
description: [
40-
'Sets the steps for each cluster.'
40+
'Sets how many points it takes to create a cluster or advance to the next cluster step.',
41+
'Use this in conjunction with arrays for `size` and / or `color`.',
42+
'If an integer, steps start at multiples of this number.',
43+
'If an array, each step extends from the given value until one less than the next value.'
4144
].join(' ')
4245
},
4346
size: {

test/plot-schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53503,7 +53503,7 @@
5350353503
},
5350453504
"step": {
5350553505
"arrayOk": true,
53506-
"description": "Sets the steps for each cluster.",
53506+
"description": "Sets how many points it takes to create a cluster or advance to the next cluster step. Use this in conjunction with arrays for `size` and / or `color`. If an integer, steps start at multiples of this number. If an array, each step extends from the given value until one less than the next value.",
5350753507
"dflt": -1,
5350853508
"editType": "calc",
5350953509
"min": -1,

0 commit comments

Comments
 (0)