|
|
|
@ -32,7 +32,7 @@ public class VanChartBoxTooltipContentPane extends VanChartTooltipContentPane {
|
|
|
|
|
|
|
|
|
|
public VanChartBoxTooltipContentPane(VanChartStylePane parent, JPanel showOnPane, boolean isDetailed) { |
|
|
|
|
super(parent, showOnPane); |
|
|
|
|
this.detailed = isDetailed; |
|
|
|
|
checkFormatVisible(isDetailed); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected void initFormatPane(VanChartStylePane parent, JPanel showOnPane) { |
|
|
|
@ -83,8 +83,6 @@ public class VanChartBoxTooltipContentPane extends VanChartTooltipContentPane {
|
|
|
|
|
commonPanel.add(createDataNumberPane(), BorderLayout.CENTER); |
|
|
|
|
commonPanel.add(createDataDetailPane(), BorderLayout.SOUTH); |
|
|
|
|
|
|
|
|
|
checkFormatVisible(detailed); |
|
|
|
|
|
|
|
|
|
return commonPanel; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|