Browse Source

Pull request #2345: CHART-15730 甘特图的大数据不允许选择里程碑为图片

Merge in DESIGN/design from ~BJORN/design:release/10.0 to research/10.0

* commit '2a416ce6ade9a2ac0f9230a2ee62717f150a8fd4':
  CHART-15730 甘特图的大数据不允许选择里程碑为图片
research/10.0
Bjorn 4 years ago
parent
commit
92a7f94b3d
  1. 4
      designer-chart/src/main/java/com/fr/van/chart/gantt/designer/style/series/VanChartGanttSeriesPane.java

4
designer-chart/src/main/java/com/fr/van/chart/gantt/designer/style/series/VanChartGanttSeriesPane.java

@ -59,10 +59,6 @@ public class VanChartGanttSeriesPane extends VanChartAbstractPlotSeriesPane {
return ganntStylePane;
}
protected void checkCompsEnabledWithLarge(Plot plot) {
}
private JPanel createLinkLinePane(){
lineWidth = new LineComboBox(CoreConstants.STRIKE_LINE_STYLE_ARRAY_4_CHART);
colorSelect = new ColorSelectBoxWithOutTransparent(100);

Loading…
Cancel
Save