Browse Source

Pull request #2819: CHART-16680 仪表盘切换,部分属性默认不是自动

Merge in DESIGN/design from ~BJORN/design:release/10.0 to release/10.0

* commit '7792e29c813f515d3c4ece6e6d423ebac0d6502a':
  CHART-16680 仪表盘切换,部分属性默认不是自动
feature/big-screen
Bjorn 4 years ago
parent
commit
705a0979b0
  1. 2
      designer-chart/src/main/java/com/fr/van/chart/gauge/VanChartGaugePlotPane.java

2
designer-chart/src/main/java/com/fr/van/chart/gauge/VanChartGaugePlotPane.java

@ -120,6 +120,8 @@ public class VanChartGaugePlotPane extends AbstractVanChartTypePane {
cloneDetail.setInnerPaneBackgroundColor(newDetail.getInnerPaneBackgroundColor());
cloneDetail.setThermometerWidth(newDetail.getThermometerWidth());
cloneDetail.setChutePercent(newDetail.getChutePercent());
cloneDetail.setPaneBackgroundColorAuto(newDetail.isPaneBackgroundColorAuto());
cloneDetail.setSlotBackgroundColorAuto(newDetail.isSlotBackgroundColorAuto());
}
protected void cloneOldConditionCollection(Plot oldPlot, Plot newPlot) throws CloneNotSupportedException {

Loading…
Cancel
Save