plot-base/src/commonMain/kotlin/org/jetbrains/letsPlot/core/plot/base/geom/LabelRepelGeom.kt [20:29]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun buildTextComponent( p: DataPointAesthetics, location: DoubleVector, text: String, sizeUnitRatio: Double, ctx: GeomContext, boundsCenter: DoubleVector? ): SvgGElement { return LabelOptions.buildLabelComponent(p, location, text, sizeUnitRatio, ctx, boundsCenter, labelOptions) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - plot-base/src/commonMain/kotlin/org/jetbrains/letsPlot/core/plot/base/geom/LabelGeom.kt [18:27]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun buildTextComponent( p: DataPointAesthetics, location: DoubleVector, text: String, sizeUnitRatio: Double, ctx: GeomContext, boundsCenter: DoubleVector? ): SvgGElement { return LabelOptions.buildLabelComponent(p, location, text, sizeUnitRatio, ctx, boundsCenter, labelOptions) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -