|
|
@ -221,7 +221,10 @@ public abstract class VanChartAbstractPlotSeriesPane extends AbstractPlotSeriesP |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
protected boolean largeModel(Plot plot) { |
|
|
|
protected boolean largeModel(Plot plot) { |
|
|
|
return PlotFactory.largeDataModel(plot); |
|
|
|
//大数据模式 恢复用注释。下面1行删除。
|
|
|
|
|
|
|
|
return largeDataModelGroup != null && largeDataModelGroup.getSelectedIndex() == 0; |
|
|
|
|
|
|
|
//大数据模式 恢复用注释。取消注释。
|
|
|
|
|
|
|
|
//return PlotFactory.largeDataModel(plot);
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|