forked from fanruan/bi-starter-latest
jian
2 years ago
2 changed files with 6 additions and 5 deletions
@ -1,18 +1,19 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
||||||
<plugin> |
<plugin> |
||||||
<id>com.finebi.plugin.boxplotchart</id> |
<id>com.finebi.plugin.boxplotchart</id> |
||||||
<main-package>com.finebi</main-package> |
|
||||||
<name><![CDATA[BI箱线图]]></name> |
<name><![CDATA[BI箱线图]]></name> |
||||||
<active>yes</active> |
<active>yes</active> |
||||||
<version>1.0</version> |
<version>1.1</version> |
||||||
<env-version>11.0</env-version> |
<env-version>11.0~11.0</env-version> |
||||||
<jartime>2019-02-27</jartime> |
<jartime>2021-08-30</jartime> |
||||||
<vendor>imp</vendor> |
<vendor>imp</vendor> |
||||||
<description><![CDATA[BI箱线图图表插件]]></description> |
<description><![CDATA[BI箱线图图表插件]]></description> |
||||||
|
<bi-env-version>6.0~</bi-env-version> |
||||||
<extra-decision> |
<extra-decision> |
||||||
<WebResourceProvider class="com.finebi.plugin.BIShowBoxPlotChart"/> |
<WebResourceProvider class="com.finebi.plugin.BIShowBoxPlotChart"/> |
||||||
<WebResourceProvider class="com.finebi.plugin.BIDesignBoxPlotChart"/> |
<WebResourceProvider class="com.finebi.plugin.BIDesignBoxPlotChart"/> |
||||||
</extra-decision> |
</extra-decision> |
||||||
<function-recorder class="com.finebi.plugin.BIShowBoxPlotChart"/> |
<function-recorder class="com.finebi.plugin.BIShowBoxPlotChart"/> |
||||||
<function-recorder class="com.finebi.plugin.BIDesignBoxPlotChart"/> |
<function-recorder class="com.finebi.plugin.BIDesignBoxPlotChart"/> |
||||||
|
<main-package>com.finebi</main-package> |
||||||
</plugin> |
</plugin> |
Loading…
Reference in new issue