* commit '33f98054aa80fe57734c77d34987277ddc79ce4a': 图表类型选择对话框
@ -40,6 +40,7 @@ public class ChartDialog extends MiddleChartDialog {
}
private void initComponent() {
this.setModal(true);
this.setLayout(new BorderLayout());
final ChartTypePane chartTypePane = new ChartTypePane();
setTitle(Inter.getLocText("M-Popup_ChartType"));