wjc
2024-12-04 0bf583d6fa50fc4ab1eb4dd55c968e6333c9640c
app/src/main/java/com/hdl/photovoltaic/ui/home/aachart/CustomStyleChartComposer.java
@@ -197,7 +197,8 @@
                .valueDecimals(2);
        return new AAChartModel()
                .chartType(AAChartType.Column)
                .backgroundColor("#EDEFF2")
                .backgroundColor("#333738")
                .titleStyle(AAStyle.style("#66FFFFFF", 12))//坐标轴字体颜色
                .colorsTheme(new String[]{"#38C494",})
                .categories(categories)
                .xAxisLabelsEnabled(true)