From f88c3087f0e192b82b560db8d44423a2d46b4773 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期三, 22 一月 2025 16:53:55 +0800
Subject: [PATCH] 2025年01月22日16:53:53

---
 app/src/main/java/com/hdl/photovoltaic/ui/home/aachart/CustomStyleChartComposer.java |    2 +-
 1 files changed, 1 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..f9aa629 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,7 @@
                 .colorsTheme(new String[]{"#38C494",})
                 .categories(categories)
                 .yAxisGridLineWidth(0.10)
-                .xAxisVisible(false)
+                .xAxisVisible(true)
                 .xAxisLabelsEnabled(true)
                 .zoomType(AAChartZoomType.None)
                 .legendEnabled(false)

--
Gitblit v1.8.0