From e0ca0f4d1d079557fbb2367d8ca18f5d75f36235 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期四, 10 四月 2025 15:19:48 +0800
Subject: [PATCH] 2025-04-10 15:19:45
---
app/src/main/java/com/hdl/photovoltaic/ui/home/aachart/CustomStyleChartComposer.java | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/app/src/main/java/com/hdl/photovoltaic/ui/home/aachart/CustomStyleChartComposer.java b/app/src/main/java/com/hdl/photovoltaic/ui/home/aachart/CustomStyleChartComposer.java
index b3458d7..8bb5bb4 100644
--- a/app/src/main/java/com/hdl/photovoltaic/ui/home/aachart/CustomStyleChartComposer.java
+++ b/app/src/main/java/com/hdl/photovoltaic/ui/home/aachart/CustomStyleChartComposer.java
@@ -202,7 +202,8 @@
.colorsTheme(new String[]{"#38C494",})
.categories(categories)
.yAxisGridLineWidth(0.10)
- .xAxisVisible(false)
+ .xAxisVisible(true)
+ .xAxisLineWidth(0)
.xAxisLabelsEnabled(true)
.zoomType(AAChartZoomType.None)
.legendEnabled(false)
--
Gitblit v1.8.0