diff --git a/plugin.xml b/plugin.xml index ee8f508..5398216 100644 --- a/plugin.xml +++ b/plugin.xml @@ -3,11 +3,11 @@ com.fr.solution.plugin.chart.echarts yes - 2.1 + 2.2 8.0 - 2016-02-22 + 2016-03-10 solution - 这里.]]> + 这里。如果有其他类型的图表开发需求,可以联系solution@finereport.com。]]> [2016-02-18]饼图(支持多分类饼图)

[2016-03-03]增加国际化支持(美国英语)

@@ -22,14 +22,10 @@ - - \ No newline at end of file diff --git a/src/com/fr/solution/plugin/chart/echarts/common/base/AbstractIndependentEChartsProvider.java b/src/com/fr/solution/plugin/chart/echarts/common/base/AbstractIndependentEChartsProvider.java index 8a762ef..8d4058a 100644 --- a/src/com/fr/solution/plugin/chart/echarts/common/base/AbstractIndependentEChartsProvider.java +++ b/src/com/fr/solution/plugin/chart/echarts/common/base/AbstractIndependentEChartsProvider.java @@ -1,11 +1,11 @@ package com.fr.solution.plugin.chart.echarts.common.base; -import com.fr.chart.fun.impl.AbstractIndependentChartProvider; +import com.fr.chart.fun.impl.AbstractIndependentChartProviderWithAPILevel; /** * Created by richie on 16/1/29. */ -public abstract class AbstractIndependentEChartsProvider extends AbstractIndependentChartProvider { +public abstract class AbstractIndependentEChartsProvider extends AbstractIndependentChartProviderWithAPILevel { @Override public String[] getRequiredJS() { diff --git a/src/com/fr/solution/plugin/chart/echarts/common/ui/AbstractIndependentEChartsUI.java b/src/com/fr/solution/plugin/chart/echarts/common/ui/AbstractIndependentEChartsUI.java index 6ec514b..c113300 100644 --- a/src/com/fr/solution/plugin/chart/echarts/common/ui/AbstractIndependentEChartsUI.java +++ b/src/com/fr/solution/plugin/chart/echarts/common/ui/AbstractIndependentEChartsUI.java @@ -1,14 +1,13 @@ package com.fr.solution.plugin.chart.echarts.common.ui; -import com.fr.design.chart.fun.impl.AbstractIndependentChartUI; +import com.fr.design.chart.fun.impl.AbstractIndependentChartUIWithAPILevel; import com.fr.design.gui.frpane.AttributeChangeListener; import com.fr.design.mainframe.chart.AbstractChartAttrPane; -import com.fr.design.mainframe.chart.gui.type.AbstractChartTypePane; /** * Created by richie on 16/2/18. */ -public abstract class AbstractIndependentEChartsUI extends AbstractIndependentChartUI { +public abstract class AbstractIndependentEChartsUI extends AbstractIndependentChartUIWithAPILevel { private EChartsStylePane stylePane; diff --git a/安装包/fr-plugin-echarts-2.0.zip b/安装包/fr-plugin-echarts-2.0.zip deleted file mode 100644 index 1f89aeb..0000000 Binary files a/安装包/fr-plugin-echarts-2.0.zip and /dev/null differ