BI箱线图插件。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
richie 9f98dfacfd Merge branch 'master' of imp/bi-plugin-chart-boxplot into master 5 years ago
lib 删除不必要的文件 5 years ago
screenshots 提交效果图 5 years ago
src/main 接口调整 5 years ago
.gitignore 删除不必要的文件 5 years ago
LICENSE init 5 years ago
README.md 提交效果图 5 years ago
build.xml init 5 years ago
plugin.xml init 5 years ago

README.md

bi-plugin-starter

FineBI 插件模板

  • 目录结构(需要添加工程依赖,依赖指向 BI 中 WEB-INF 中的 lib)

    • lib 中放引用的第三方 jar 包
    • src 代码&资源
      • java 后台插件代码
      • resources 前台资源
        • css 自定义的 css
        • image 图表类型图片
        • js 图表插件前台代码
    • build.xml Ant 编译脚本
    • plugin.xml 插件
  • build.xml 参数

    • line4: JDK 路径
    • line8: 依赖的 lib,从 crm 下 bi 的 jar 就行了
    • line17: value="插件名"
  • plugin.xml 参数

    • id:插件 id
    • name: 插件名
    • ventor: 插件作者
    • description:插件描述
    • AbstractWebResourceProvider&function-recorder 的 class:插件类
  • 图表插件前端工程 + chart.js 构建

  • 效果图 demo