Skip to content

Commit c572a00

Browse files
Deprecate positionDodgeV()
1 parent 2796b87 commit c572a00

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

  • plot-api/src/commonMain/kotlin/org/jetbrains/letsPlot/pos

plot-api/src/commonMain/kotlin/org/jetbrains/letsPlot/pos/pos.kt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,9 @@ fun positionDodge(width: Number? = null) =
3131
)
3232

3333
/**
34-
* Adjusts position by dodging overlaps to the side.
35-
*
36-
* @param height Dodging height, when different to the height of the individual elements. This is useful when you want to align narrow geoms with taller geoms.
37-
* The value of height is relative and typically ranges between 0 and 1. Values that are greater than 1 lead to overlapping of the objects.
34+
* The function positionDodgeV() is deprecated and will be removed in future releases.
3835
*/
36+
@Deprecated("The function positionDodgeV() is deprecated and will be removed in future releases.")
3937
fun positionDodgeV(height: Number? = null) =
4038
PosOptions(
4139
PosKind.DODGE_V,

0 commit comments

Comments
 (0)