Browse Source

Merge pull request #1354 in BA/design from ~MANGO/m_design:release/9.0 to release/9.0

* commit '68bac045c35a3ec2a9290a32f0cb0fc284e87fa6':
  修改散点图报错 修改时间坐标轴没有轴逆序
master
superman 7 years ago
parent
commit
1879defd69
  1. 2
      designer_chart/src/com/fr/plugin/chart/designer/style/axis/VanChartTimeAxisPane.java

2
designer_chart/src/com/fr/plugin/chart/designer/style/axis/VanChartTimeAxisPane.java

@ -68,7 +68,7 @@ public class VanChartTimeAxisPane extends VanChartBaseAxisPane {
new Component[]{createLabelPane(new double[]{p, p}, column),null},
new Component[]{createValueDefinition(),null},
new Component[]{createLineStylePane(new double[]{p, p,p,p,p}, columnSize),null},
new Component[]{createAxisPositionPane(new double[]{p, p}, columnSize, isXAxis),null},
new Component[]{createAxisPositionPane(new double[]{p, p, p}, columnSize, isXAxis),null},
new Component[]{createDisplayStrategy(new double[]{p, p,p}, columnSize),null},
new Component[]{createValueStylePane(),null},
};

Loading…
Cancel
Save