摘要: 我的柱状图画图函数里根据legend的数量动态定义了柱子的颜色 if (legendData.length == 2) { colorArray = ['#25f3e6', '#f36f8a']; } if (legendData.length == 4) { colorArray = ['#649 阅读全文
posted @ 2021-01-22 12:18 老菜鸟瞎叨叨 阅读(1508) 评论(0) 推荐(0)