|
|
|
@ -13,8 +13,11 @@ import com.fr.design.mainframe.chart.gui.ChartStylePane;
|
|
|
|
|
import com.fr.design.mainframe.chart.gui.data.report.AbstractReportDataContentPane; |
|
|
|
|
import com.fr.design.mainframe.chart.gui.data.table.AbstractTableDataContentPane; |
|
|
|
|
import com.fr.design.mainframe.chart.gui.type.AbstractChartTypePane; |
|
|
|
|
import com.fr.plugin.chart.attr.plot.VanChartPlot; |
|
|
|
|
import com.fr.van.chart.box.data.report.BoxPlotReportDataContentPane; |
|
|
|
|
import com.fr.van.chart.box.data.table.BoxPlotTableDataContentPane; |
|
|
|
|
import com.fr.van.chart.designer.other.AutoRefreshPane; |
|
|
|
|
import com.fr.van.chart.designer.other.AutoRefreshPaneWithoutTooltip; |
|
|
|
|
import com.fr.van.chart.designer.other.VanChartInteractivePane; |
|
|
|
|
import com.fr.van.chart.designer.other.VanChartOtherPane; |
|
|
|
|
import com.fr.van.chart.designer.other.zoom.ZoomPane; |
|
|
|
@ -79,6 +82,11 @@ public class BoxIndependentVanChartInterface extends AbstractIndependentVanChart
|
|
|
|
|
}; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected AutoRefreshPane getMoreLabelPane(VanChartPlot plot) { |
|
|
|
|
boolean isLargeModel = largeModel(plot); |
|
|
|
|
return new AutoRefreshPaneWithoutTooltip(chart, isLargeModel); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected double[] getToolBarRowSize() { |
|
|
|
|
double p = TableLayout.PREFERRED; |
|
|
|
|
return new double[]{p, p}; |
|
|
|
|