|
|
|
@ -16,6 +16,7 @@ import com.fr.design.layout.TableLayoutHelper;
|
|
|
|
|
import com.fr.design.mainframe.chart.gui.ChartStylePane; |
|
|
|
|
import com.fr.design.mainframe.chart.gui.style.series.ColorPickerPaneWithMaxMin; |
|
|
|
|
import com.fr.design.mainframe.chart.gui.style.series.UIColorPickerPane; |
|
|
|
|
import com.fr.design.mainframe.chart.mode.ChartEditContext; |
|
|
|
|
import com.fr.design.style.color.ColorSelectBox; |
|
|
|
|
import com.fr.general.ComparatorUtils; |
|
|
|
|
import com.fr.plugin.chart.attr.GaugeDetailStyle; |
|
|
|
@ -199,7 +200,9 @@ public class VanChartGaugeSeriesPane extends VanChartMultiColorSeriesPane {
|
|
|
|
|
if (attrLabelDetail == null || attrLabelDetail.getTextAttr() == null) { |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
attrLabelDetail.getTextAttr().setFRFont(VanChartGaugePlot.THERMOMETER_LABEL_FONT); |
|
|
|
|
if (!ChartEditContext.duchampMode()) { |
|
|
|
|
attrLabelDetail.getTextAttr().setFRFont(VanChartGaugePlot.THERMOMETER_LABEL_FONT); |
|
|
|
|
} |
|
|
|
|
if (gaugeLayout.getSelectedIndex() == 0) { |
|
|
|
|
attrLabel.getAttrLabelDetail().setPosition(Constants.LEFT); |
|
|
|
|
attrLabel.getGaugeValueLabelDetail().setPosition(Constants.LEFT); |
|
|
|
|