echarts图表基础配置

echarts官方地址:https://echarts.apache.org/zh/index.html

bar 柱状图:https://echarts.apache.org/examples/zh/index.html#chart-type-bar

option配置:

tooltip: 鼠标放上提醒

grid: 图表布局

xAxis: x轴显示信息

yAxis: y轴显示信息

series: 数据信息(包括data, label, type)

ECharts中的数据,一般存放于 series.data 中 

posted @ 2021-03-10 10:22  荆棘中的百合花  阅读(112)  评论(0编辑  收藏  举报