richie
9 years ago
6 changed files with 17 additions and 7 deletions
@ -1,9 +1,14 @@
|
||||
package com.fr.solution.plugin.chart.echarts.pie.ui; |
||||
|
||||
import com.fr.design.mainframe.chart.gui.ChartDataPane; |
||||
import com.fr.solution.plugin.chart.echarts.common.ui.data.AbstractEChartsReportDataContentPane; |
||||
|
||||
/** |
||||
* Created by richie on 16/2/18. |
||||
*/ |
||||
public class EChartsPieReportDataContentPane extends AbstractEChartsReportDataContentPane { |
||||
|
||||
public EChartsPieReportDataContentPane(ChartDataPane parent) { |
||||
super(parent); |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue