|
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
|
|
<plugin>
|
|
|
|
|
<id>com.fr.solution.plugin.chart.echarts</id>
|
|
|
|
|
<main-package>com.fr.solution.plugin</main-package>
|
|
|
|
|
<name><![CDATA[ECharts图表]]></name>
|
|
|
|
|
<active>yes</active>
|
|
|
|
|
<version>4.0</version>
|
|
|
|
|
<env-version>10.0</env-version>
|
|
|
|
|
<jartime>2018-10-01</jartime>
|
|
|
|
|
<vendor>author</vendor>
|
|
|
|
|
<description><![CDATA[ECharts图表。]]></description>
|
|
|
|
|
<change-notes><![CDATA[
|
|
|
|
|
<p>[2019-10-24]适配10.0图表相关接口重构</p>
|
|
|
|
|
<p>[2016-02-18]饼图(支持多分类饼图)</p>
|
|
|
|
|
<p>[2016-03-03]增加国际化支持(美国英语)</p>
|
|
|
|
|
<p>[2016-05-28]兼容最新的API升级</p>
|
|
|
|
|
<p>[2016-06-29]升级API等级,重新打包</p>
|
|
|
|
|
]]></change-notes>
|
|
|
|
|
<extra-core>
|
|
|
|
|
<LocaleFinder class="com.fr.solution.plugin.chart.echarts.common.EChartsLocaleFinder"/>
|
|
|
|
|
<JavaScriptFileHandler class="com.fr.solution.plugin.chart.echarts.common.EChartsFileLoader"/>
|
|
|
|
|
</extra-core>
|
|
|
|
|
<extra-chart>
|
|
|
|
|
<IndependentChartProvider class="com.fr.solution.plugin.chart.echarts.pie.EChartsPieType"
|
|
|
|
|
plotID="EChartsPiePlot"/>
|
|
|
|
|
</extra-chart>
|
|
|
|
|
|
|
|
|
|
<extra-chart-designer>
|
|
|
|
|
<IndependentChartUIProvider class="com.fr.solution.plugin.chart.echarts.pie.EChartsPieTypeUI"
|
|
|
|
|
plotID="EChartsPiePlot"/>
|
|
|
|
|
</extra-chart-designer>
|
|
|
|
|
<function-recorder class="com.fr.solution.plugin.chart.echarts.common.base.AbstractECharts"/>
|
|
|
|
|
</plugin>
|