Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions taipy/gui/viselements.json
Original file line number Diff line number Diff line change
Expand Up @@ -670,12 +670,12 @@
{
"name": "xaxis",
"type": "indexed(str)",
"doc": "The <i>x</i> axis identifier for the indicated trace."
"doc": "The <i>x</i> axis identifier for the indicated trace. This property is used to assign traces to specific x-axes when using multiple x-axes. To set x-axis titles, use the <i>layout</i> property with <i>xaxis.title</i> instead. See <a href=\"https://plotly.com/javascript/reference/scatter/#scatter-xaxis\">Plotly JS xaxis reference</a> for more details."
},
{
"name": "yaxis",
"type": "indexed(str)",
"doc": "The <i>y</i> axis identifier for the indicated trace."
"doc": "The <i>y</i> axis identifier for the indicated trace. This property is used to assign traces to specific y-axes when using multiple y-axes. To set y-axis titles, use the <i>layout</i> property with <i>yaxis.title</i> instead. See <a href=\"https://plotly.com/javascript/reference/scatter/#scatter-yaxis\">Plotly JS yaxis reference</a> for more details."
},
{
"name": "width",
Expand Down