ECharts学习笔记

date
Mar 21, 2022
slug
js-echarts-study
status
Published
tags
前端
summary
基于ECharts官方文档总结归类,版本为v5.3.x。
type
Post
详细参考如下:

1 简介

1.1 ECharts 5 特性总结

notion image

1.2 导入ECharts

直接在静态文件添加echarts.min.js即可,使用时候在<script></script>按需引入部分或整个文件均可。

2 基础

2.1 图表大小

默认为节点大小,可以重新设置。

2.2 样式

2.2.1 颜色主题

2.2.3 高亮样式

2.3 数据

设置数据位置可以在series、dataset。

2.3.1 系列(series)

notion image

2.3.2 数据集(dataset)

notion image

2.3.3 数据集的行或列映射为系列

notion image

2.4 数据转换

2.4.1 transform

notion image

2.4.2 filter

2.4.3 sort

notion image
notion image

3 应用

3.1各类图表

3.1.1 柱状图

notion image
notion image
notion image
notion image
notion image

3.1.2 折线图

notion image
notion image
notion image
notion image
notion image
notion image

3.1.3 饼图

notion image
notion image
notion image

3.1.4 散点图

notion image
notion image

3.2 动态数据

notion image
notion image

4 更多内容查阅API可得


© Kairyu 2022 - 2025