From 2c62031554742600f735baf74ea6a5776a1093a9 Mon Sep 17 00:00:00 2001
From: hxb <hxb@hdlchina.com.cn>
Date: 星期三, 22 五月 2024 11:47:40 +0800
Subject: [PATCH] Merge branch 'feature/hxb' into develop_new
---
app/src/main/java/com/hdl/photovoltaic/ui/home/aachart/CustomStyleChartComposer.java | 4 ++--
1 files changed, 2 insertions(+), 2 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 102353a..d985836 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
@@ -195,12 +195,12 @@
.colorsTheme(new String[]{"#38C494",})
.categories(categories)
.xAxisLabelsEnabled(true)
- .zoomType(AAChartZoomType.XY)
+ .zoomType(AAChartZoomType.None)
.legendEnabled(false)
.series(new AASeriesElement[]{
new AASeriesElement()
// .color(linearGradientColor)
- .name("涓滀含")
+ .name(tipSuspendName)
.data(data)
// .colorByPoint(true)
.tooltip(new AATooltip().style(new AAStyle().backgroundColor("#FFFFFF").fontSize(25)))
--
Gitblit v1.8.0