会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
彩色粉笔
世界上有2种人,一种懂二进制,另一种不懂二进制。
_Origin
首页
新随笔
订阅
管理
随笔分类 -
关于ECharts
echarts-封装组织dataset的工具类
摘要:首先 过滤 排序拿到 filtersource funcation getDatasetSource(维度x,filtersource,){ const sourceLists: Recordable[] = []; for(let entity of 维度x){ var sourceList: a
阅读全文
posted @
2022-08-29 15:20
_Origin
阅读(53)
评论(0)
推荐(0)
echarts-dataset数据源配置项
摘要:如下效果图: 代码入下: let box4 = document.querySelector('.box4') let myCharts3 = echarts.init(box4) myCharts3.setOption({ dataset:{ // 二维数组存放数据 source:[ // 0 1
阅读全文
posted @
2022-08-29 14:45
_Origin
阅读(1969)
评论(0)
推荐(0)
EChatrs-实战
摘要:EChatrs Conditions Precedent 通过axios拿到要展示的数据,[] 粒度也叫业务实体,{} 维度, () 指标, <>筛选范围 eg:按照{资产所属}{改造设计时间}统计<所有>[历史]的(数量),等数据 ,详情研究数据立方体,数据仓库 Firstly 在index.vu
阅读全文
posted @
2022-07-22 11:41
_Origin
阅读(113)
评论(0)
推荐(0)
ECharts-概貌
摘要:option = { backgroundColor: {//背景颜色 //样式 type: 'radial', x: 0.3, y: 0.3, r: 0.8, colorStops: [ { offset: 0, color: '#f7f8fa' }, { offset: 1, color: '#
阅读全文
posted @
2022-07-20 13:29
_Origin
阅读(50)
评论(0)
推荐(0)
公告