alibaba / cloud-charts

开箱即用的前端图表库,简单配置就能拥有漂亮的可视化图表

Home Page:http://cloud-charts.gitee.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

柱状图,添加柱条颜色渐变功能

15700353375 opened this issue · comments

目前是支持的,图表通过 config.colors 可以指定颜色。
而绘图属性和G2一致,可以用这个文档中的方法绘制渐变色 -> https://antv-g2.gitee.io/zh/docs/manual/shape-attrs

例如:

const config = {
  colors: ['l(90) 0:#3f90ff 1:#3f90ff00'],
};