mac
2024-05-27 425172a97b80788b3a9e16435588888d53cb47a4
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)))