From 8d32d58301454cc3749094d0315e0bb432f47708 Mon Sep 17 00:00:00 2001 From: Matt Van Horn <455140+mvanhorn@users.noreply.github.com> Date: Fri, 19 Jun 2026 07:56:17 -0700 Subject: [PATCH] fix: add setter for rendererXAxis to match rendererLeftYAxis/rendererRightYAxis API Converts rendererXAxis from a val (getter-only) to a var with a setter that writes to the protected xAxisRenderer backing field, mirroring the identical pattern used by rendererLeftYAxis and rendererRightYAxis. Fixes #782 --- .../info/appdev/charting/charts/BarLineChartBase.kt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/chartLib/src/main/kotlin/info/appdev/charting/charts/BarLineChartBase.kt b/chartLib/src/main/kotlin/info/appdev/charting/charts/BarLineChartBase.kt index 350d7e1bf..f29cf15ff 100644 --- a/chartLib/src/main/kotlin/info/appdev/charting/charts/BarLineChartBase.kt +++ b/chartLib/src/main/kotlin/info/appdev/charting/charts/BarLineChartBase.kt @@ -1215,8 +1215,14 @@ abstract class BarLineChartBase