|
|
|
@ -23,7 +23,12 @@ public class RefreshTooltipContentPaneWithOutSeries extends TooltipContentPaneWi
|
|
|
|
|
protected void initFormatPane(VanChartStylePane parent, JPanel showOnPane) { |
|
|
|
|
super.initFormatPane(parent, showOnPane); |
|
|
|
|
|
|
|
|
|
setChangedValueFormatPane(new ChangedValueFormatPaneWithCheckBox(parent, showOnPane)); |
|
|
|
|
setChangedValueFormatPane(new ChangedValueFormatPaneWithCheckBox(parent, showOnPane) { |
|
|
|
|
@Override |
|
|
|
|
protected String getCheckBoxText() { |
|
|
|
|
return com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Chart_Pointer_Change_Value"); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
setChangedPercentFormatPane(new ChangedPercentFormatPaneWithCheckBox(parent, showOnPane)); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|