|
|
|
@ -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; |
|
|
|
|
} |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|