随笔分类 -  可视化

摘要:const option = { title:{ text:'▎商家销售统计', textStyle:{ fontSize:30 }, left:20, top:20 }, // 配置图标的位置 不包含坐标轴中的文字 grid:{ top:'20%', left:'3%', bottom:'3%', 阅读全文
posted @ 2020-10-29 14:46 xujing123 阅读(6584) 评论(0) 推荐(0)
摘要:Echarts-基础配置 需要了解的主要配置:series xAxis yAxis grid tooltip title legend color series 系列列表。每个系列通过 type 决定自己的图表类型 大白话:图标数据,指定什么类型的图标,可以多个图表重叠。 xAxis:直角坐标系 g 阅读全文
posted @ 2020-10-24 14:45 xujing123 阅读(199) 评论(0) 推荐(0)