
echars
段先生~
这个作者很懒,什么都没留下…
展开
-
vue2.0 引用 vue-echars 动态渲染雷达图数据
activated() { this.getRate() }, //获取雷达数据 getRate() { // this.rabarOption = option this.loading = true this.$axios .get(`/client/bank/statistic/${this.$route.query.bankId}/sort/rate`) .then((res) => {...原创 2022-02-17 13:55:07 · 830 阅读 · 0 评论 -
uniapp 使用uChars堆叠柱状图遇到坑
uChars官网地址:秋云uCharts图表组件一、绘制堆叠柱状图首先,去官网 下载demo项目,讲需要的组件引入到项目中,放入到uniapp项目对应的components文件下(注意:要把整个qiun-data-chars文件夹全部复制过去),如图:然后,根据自己的需求引用,先引入组件并注册import QiunDataCharts from '../components/qiun-data-charts/components/qiun-data-charts/qiun-data-c原创 2021-12-03 13:01:01 · 2687 阅读 · 0 评论 -
记录第一次使用poi导出echars图表到excel (vue+java)
实现思路:获取echars base64图片------传参-----在后台获取参数---解码生成图片输出到excel前端代码:(前端使用的是vue),代码中的变量需要自己定义 exportData() {this.exportLoading = true;let _token = Cookies.get("token");let _userid = Cookies.get("userId");let data = {id: this.$route.params.id...原创 2020-06-30 17:17:58 · 344 阅读 · 0 评论