Skip to content

Commit 7230cfb

Browse files
committed
update plot-schema
1 parent 545da31 commit 7230cfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/plot-schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14833,7 +14833,7 @@
1483314833
"valType": "number"
1483414834
},
1483514835
"tickmode": {
14836-
"description": "Sets the tick mode for this axis. If *auto*, the number of ticks is set via `nticks`. If *linear*, the placement of the ticks is determined by a starting position `tick0` and a tick step `dtick` (*linear* is the default value if `tick0` and `dtick` are provided). If *array*, the placement of the ticks is set via `tickvals` and the tick text is `ticktext`. (*array* is the default value if `tickvals` is provided). If *sync*, the number of ticks will sync with the overlayed axis set by `overlaying` property.",
14836+
"description": "Sets the tick mode for this axis. If *auto*, the number of ticks is set via `nticks`. If *linear*, the placement of the ticks is determined by a starting position `tick0` and a tick step `dtick` (*linear* is the default value if `tick0` and `dtick` are provided). If *array*, the placement of the ticks is set via `tickvals` and the tick text is `ticktext`. (*array* is the default value if `tickvals` is provided). If *sync*, the number of ticks will sync with the overlayed axis set by `overlaying` property. When no other tick info is provided, overlyaing (non-categorical) axes default to *sync*, while other axes default to *auto*.",
1483714837
"editType": "ticks",
1483814838
"impliedEdits": {},
1483914839
"valType": "enumerated",
@@ -16112,7 +16112,7 @@
1611216112
"valType": "number"
1611316113
},
1611416114
"tickmode": {
16115-
"description": "Sets the tick mode for this axis. If *auto*, the number of ticks is set via `nticks`. If *linear*, the placement of the ticks is determined by a starting position `tick0` and a tick step `dtick` (*linear* is the default value if `tick0` and `dtick` are provided). If *array*, the placement of the ticks is set via `tickvals` and the tick text is `ticktext`. (*array* is the default value if `tickvals` is provided). If *sync*, the number of ticks will sync with the overlayed axis set by `overlaying` property.",
16115+
"description": "Sets the tick mode for this axis. If *auto*, the number of ticks is set via `nticks`. If *linear*, the placement of the ticks is determined by a starting position `tick0` and a tick step `dtick` (*linear* is the default value if `tick0` and `dtick` are provided). If *array*, the placement of the ticks is set via `tickvals` and the tick text is `ticktext`. (*array* is the default value if `tickvals` is provided). If *sync*, the number of ticks will sync with the overlayed axis set by `overlaying` property. When no other tick info is provided, overlyaing (non-categorical) axes default to *sync*, while other axes default to *auto*.",
1611616116
"editType": "ticks",
1611716117
"impliedEdits": {},
1611816118
"valType": "enumerated",

0 commit comments

Comments
 (0)