Browse Source

Merge pull request #3107 in DESIGN/design from final/10.0 to release/10.0

* commit 'f79b4877e7972d35204813bc74b453317e3f51a1':
  CHART-17429   仪表盘轴重置面板时候重置html页面监听
feature/big-screen
superman 4 years ago
parent
commit
f6f1ed8bf1
  1. 1
      designer-chart/src/main/java/com/fr/van/chart/designer/style/axis/gauge/VanChartGaugeDetailAxisPane.java

1
designer-chart/src/main/java/com/fr/van/chart/designer/style/axis/gauge/VanChartGaugeDetailAxisPane.java

@ -176,6 +176,7 @@ public class VanChartGaugeDetailAxisPane extends VanChartValueAxisPane {
gaugeStyle = gaugePlot.getGaugeStyle();
reLayoutPane(false);
parent.initAllListeners();
setParentPane(parent);
}
populateBean(gaugePlot.getGaugeAxis());
}

Loading…
Cancel
Save