|
|
|
@ -175,13 +175,6 @@ public class DefaultStyleHelper4Van {
|
|
|
|
|
colorFillStyle.setColorStyle(ChartConstants.COLOR_ACC); |
|
|
|
|
colorFillStyle.setFillStyleName(DefaultStyleConstants.COLORS); |
|
|
|
|
colorFillStyle.setColorList(((ChartColorMatching) preStyle).getColorList()); |
|
|
|
|
|
|
|
|
|
AttrFillStyle plotFillStyle = vanChartPlot.getPlotFillStyle(); |
|
|
|
|
if (plotFillStyle == null) { |
|
|
|
|
plotFillStyle = new AttrFillStyle(); |
|
|
|
|
vanChartPlot.setPlotFillStyle(plotFillStyle); |
|
|
|
|
} |
|
|
|
|
plotFillStyle.setColorFillStyle(colorFillStyle); |
|
|
|
|
} else { |
|
|
|
|
//服务器上没有图表配色
|
|
|
|
|
//需要指定配色属性为自定义组合色,否则会被兼容成跟随主题
|
|
|
|
|