File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -695,7 +695,7 @@ Wrapping text:
695695
696696Node label alignment:
697697
698- * **`text-halign`** : The vertical alignment of a node's label; may have value `left`, `center`, or `right`.
698+ * **`text-halign`** : The horizontal alignment of a node's label; may have value `left`, `center`, or `right`.
699699 * **`text-valign`** : The vertical alignment of a node's label; may have value `top`, `center`, or `bottom`.
700700
701701Edge label alignment:
Original file line number Diff line number Diff line change @@ -5596,7 +5596,7 @@ declare namespace cytoscape {
55965596 */
55975597
55985598 /**
5599- * The vertical alignment of a node’s label.
5599+ * The horizontal alignment of a node’s label.
56005600 */
56015601 "text-halign" : PropertyValue < SingularType , "left" | "center" | "right" > ;
56025602 /**
You can’t perform that action at this time.
0 commit comments