|
3580 | 3580 | "editType": "none",
|
3581 | 3581 | "valType": "color"
|
3582 | 3582 | },
|
3583 |
| - "description": "Sets the shape label text font.", |
| 3583 | + "description": "Sets the new shape label text font.", |
3584 | 3584 | "editType": "none",
|
3585 | 3585 | "family": {
|
3586 | 3586 | "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*,, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.",
|
|
3597 | 3597 | }
|
3598 | 3598 | },
|
3599 | 3599 | "padding": {
|
3600 |
| - "description": "Sets padding (in px) between edge of label and xanchor / yanchor.", |
| 3600 | + "description": "Sets padding (in px) between edge of label and edge of new shape.", |
3601 | 3601 | "dflt": 3,
|
3602 | 3602 | "editType": "none",
|
3603 | 3603 | "min": 0,
|
3604 | 3604 | "valType": "number"
|
3605 | 3605 | },
|
3606 | 3606 | "role": "object",
|
3607 | 3607 | "text": {
|
3608 |
| - "description": "Sets the text to display with shape.", |
| 3608 | + "description": "Sets the text to display with the new shape.", |
3609 | 3609 | "dflt": "",
|
3610 | 3610 | "editType": "none",
|
3611 | 3611 | "valType": "string"
|
|
3617 | 3617 | "valType": "angle"
|
3618 | 3618 | },
|
3619 | 3619 | "textposition": {
|
3620 |
| - "description": "Sets the position of the label text relative to the shape. Supported values for rectangles, circles and paths are `top left`, `top center`, `top right`, `middle left`, `middle center`, `middle right`, `bottom left`, `bottom center`, and `bottom right`. Supported values for lines are `start`, `middle`, and `end`. Default: `middle center` for rectangles, circles, and paths; `middle` for lines.", |
| 3620 | + "description": "Sets the position of the label text relative to the new shape. Supported values for rectangles, circles and paths are `top left`, `top center`, `top right`, `middle left`, `middle center`, `middle right`, `bottom left`, `bottom center`, and `bottom right`. Supported values for lines are `start`, `middle`, and `end`. Default: `middle center` for rectangles, circles, and paths; `middle` for lines.", |
3621 | 3621 | "editType": "none",
|
3622 | 3622 | "valType": "enumerated",
|
3623 | 3623 | "values": [
|
|
3636 | 3636 | ]
|
3637 | 3637 | },
|
3638 | 3638 | "xanchor": {
|
3639 |
| - "description": "Sets the label's horizontal position anchor This anchor binds the specified `label.textposition` to the *left*, *center* or *right* of the label text. For example, if `label.textposition` is set to *top right* and `xanchor` to *right* then the right-most portion of the label text lines up with the right-most edge of the shape.", |
| 3639 | + "description": "Sets the label's horizontal position anchor This anchor binds the specified `label.textposition` to the *left*, *center* or *right* of the label text. For example, if `label.textposition` is set to *top right* and `xanchor` to *right* then the right-most portion of the label text lines up with the right-most edge of the new shape.", |
3640 | 3640 | "dflt": "auto",
|
3641 | 3641 | "editType": "none",
|
3642 | 3642 | "valType": "enumerated",
|
|
3648 | 3648 | ]
|
3649 | 3649 | },
|
3650 | 3650 | "yanchor": {
|
3651 |
| - "description": "Sets the label's vertical position anchor This anchor binds the specified `label.textposition` to the *top*, *middle* or *bottom* of the label text. For example, if `label.textposition` is set to *top right* and `yanchor` to *top* then the top-most portion of the label text lines up with the top-most edge of the shape.", |
| 3651 | + "description": "Sets the label's vertical position anchor This anchor binds the specified `label.textposition` to the *top*, *middle* or *bottom* of the label text. For example, if `label.textposition` is set to *top right* and `yanchor` to *top* then the top-most portion of the label text lines up with the top-most edge of the new shape.", |
3652 | 3652 | "editType": "none",
|
3653 | 3653 | "valType": "enumerated",
|
3654 | 3654 | "values": [
|
|
7218 | 7218 | }
|
7219 | 7219 | },
|
7220 | 7220 | "padding": {
|
7221 |
| - "description": "Sets padding (in px) between edge of label and xanchor / yanchor.", |
| 7221 | + "description": "Sets padding (in px) between edge of label and edge of shape.", |
7222 | 7222 | "dflt": 3,
|
7223 | 7223 | "editType": "arraydraw",
|
7224 | 7224 | "min": 0,
|
|
0 commit comments