摘要: import { Pieces } from "../@share/pieces"; /** * 类项目中的xy折线图 * demo https://echarts.apache.org/examples/zh/editor.html?c=dynamic-data2 * 文档 https://ech 阅读全文
posted @ 2022-05-16 17:29 名字不好起啊 阅读(94) 评论(0) 推荐(0) 编辑
摘要: import { Pieces } from "../@share/pieces"; /** * 柱形图 * xy 轴可交换 * 柱体默认颜色,亦可设置区间颜色 * 栅格分度数配置 * 数值显示位置配置 inside | top */ export class ColumnChart { TYPE_ 阅读全文
posted @ 2022-05-16 15:04 名字不好起啊 阅读(130) 评论(0) 推荐(0) 编辑