wjc
2025-03-25 579da4e0056080c878ed4d0a479a631db9610ee1
app/src/main/java/com/hdl/photovoltaic/ui/home/aachart/CustomStyleChartComposer.java
@@ -197,12 +197,13 @@
                .valueDecimals(2);
        return new AAChartModel()
                .chartType(AAChartType.Column)
                .backgroundColor("#333738")
                .backgroundColor("#1C1C1E")
                .titleStyle(AAStyle.style("#66FFFFFF", 12))//坐标轴字体颜色
                .colorsTheme(new String[]{"#38C494",})
                .categories(categories)
                .yAxisGridLineWidth(0.15)
                .xAxisVisible(false)
                .yAxisGridLineWidth(0.10)
                .xAxisVisible(true)
                .xAxisLineWidth(0)
                .xAxisLabelsEnabled(true)
                .zoomType(AAChartZoomType.None)
                .legendEnabled(false)