antvis/G2

Do you want to work on this issue?

You can request for a bounty in order to promote it!

设置波形颜色为渐变色的话,有些是渐变色有些就是纯色 #5860

97702573 posted onGitHub

import { Liquid } from '@antv/g2plot';

const liquidPlot = new Liquid('container', { percent: 0.25, outline: { border: 4, distance: 8, }, wave: { count:8, length: 128, }, liquidStyle: { "fill": "l(180) 0:#B4EC51 1:#429321 1:#B4EC51", "stroke": "l(90) 0.01:#61a8ff 0.82:rgba(28, 129, 255, 0) 0.08:rgba(28, 129, 255, 0.75)", "show": true, "shadowColor": "#1c47ff", "shadowBlur": 36, "shadowOffsetX": 0, "shadowOffsetY": 0 } }); liquidPlot.render(); 这是我的代码,fill设置为渐变色,但实际上看着是纯色


Fund this Issue

$0.00
Funded
Only logged in users can fund an issue

Pull requests