| | |
| | | .backgroundColor("#EDEFF2") |
| | | // .backgroundColor("#4b2b7f") |
| | | .dataLabelsEnabled(false) |
| | | .yAxisGridLineWidth(0.5) |
| | | // .yAxisGridLineWidth(0.5) |
| | | .touchEventEnabled(true); |
| | | } |
| | | |
| | |
| | | // .data(new Object[]{3.9, 4.2, 5.7, 8.5, 11.9, 15.2, 17.0, 16.6, 14.2, 10.3, 6.6, 4.8}); |
| | | |
| | | return configureBasicOptions() |
| | | .backgroundColor("#EDEFF2") |
| | | .backgroundColor("#333738") |
| | | .legendEnabled(false) |
| | | .markerRadius(0) |
| | | // .markerSymbol(AAChartSymbolType.Circle) |
| | |
| | | // .borderColor(AARgba(255,255,255,1.0f)) |
| | | .fillColor(linearGradientColor) |
| | | // .fillOpacity(0.5)//区域背景透明度,设置0的话看不到区域背景 |
| | | .tooltip(aaTooltip) |
| | | // .tooltip(aaTooltip) |
| | | .data(data); |
| | | |
| | | // AASeriesElement element2 = new AASeriesElement() |