legend: {type: "scroll",orient: 'horizontal', // 纵向,默认横向不用写pageIconColor: '#1b9aee', //翻页下一页的三角按钮颜色pageIconInactiveColor: '#7f7f7f', //翻页(即翻页到头时)// 配置滚动类型的图例pageTextStyle: {color: "#fff", // 可以根据需求调整样式},itemWidth: 10,itemHeight: 10,icon: "rect",textStyle: {color: "#ffffff",fontSize: 12,},top: 10,data: chartData && chartData.list ? chartData.list.map((v) => v.name) : [],}