Browse Source

CHART-16369 甘特图数据点条件属性

feature/big-screen
白岳 4 years ago
parent
commit
d1c3efd6a3
  1. 6
      designer-chart/src/main/java/com/fr/van/chart/gantt/designer/other/VanChartGanttConditionPane.java

6
designer-chart/src/main/java/com/fr/van/chart/gantt/designer/other/VanChartGanttConditionPane.java

@ -19,6 +19,7 @@ import com.fr.van.chart.designer.style.tooltip.VanChartPlotTooltipNoCheckPane;
import com.fr.van.chart.designer.style.tooltip.VanChartPlotTooltipPane;
import com.fr.van.chart.gantt.designer.style.label.VanChartGanttLabelConditionPane;
import javax.swing.JPanel;
import java.awt.Dimension;
/**
@ -55,6 +56,11 @@ public class VanChartGanttConditionPane extends DataSeriesConditionPane {
((AttrGanttTooltipContent) attrGanttTooltip.getContent()).getDurationFormat().setEnable(true);
return attrGanttTooltip;
}
@Override
protected JPanel createDisplayStrategy(Plot plot) {
return null;
}
};
}

Loading…
Cancel
Save