|
|
|
@ -4,7 +4,7 @@ package com.fr.van.chart.structure.desinger.style;
|
|
|
|
|
import com.fr.design.i18n.Toolkit; |
|
|
|
|
import com.fr.plugin.chart.base.AttrTooltipContent; |
|
|
|
|
import com.fr.plugin.chart.multilayer.style.AttrTooltipMultiLevelNameFormat; |
|
|
|
|
import com.fr.van.chart.designer.component.VanChartTooltipContentPane; |
|
|
|
|
import com.fr.van.chart.designer.component.VanChartLabelContentPane; |
|
|
|
|
import com.fr.van.chart.designer.component.format.CategoryNameFormatPaneWithCheckBox; |
|
|
|
|
import com.fr.van.chart.designer.component.format.PercentFormatPaneWithCheckBox; |
|
|
|
|
import com.fr.van.chart.designer.component.format.SeriesNameFormatPaneWithCheckBox; |
|
|
|
@ -17,7 +17,7 @@ import java.awt.Component;
|
|
|
|
|
/** |
|
|
|
|
* Created by shine on 2017/2/15. |
|
|
|
|
*/ |
|
|
|
|
public class VanChartStructureLabelContentPane extends VanChartTooltipContentPane { |
|
|
|
|
public class VanChartStructureLabelContentPane extends VanChartLabelContentPane { |
|
|
|
|
public VanChartStructureLabelContentPane(VanChartStylePane parent, JPanel showOnPane) { |
|
|
|
|
super(parent, showOnPane); |
|
|
|
|
} |
|
|
|
|