mirror of
https://gitee.com/dromara/go-view.git
synced 2025-10-13 22:12:11 +08:00
fixed 9749388 from https://gitee.com/afeidaniuzi/go-view/pulls/187
修复单折线渐变图鼠标移入报错
This commit is contained in:
parent
b841fe876d
commit
51a84b4071
@ -33,6 +33,10 @@ export const option = {
|
||||
width: 3,
|
||||
color: {
|
||||
type: 'linear',
|
||||
x: 0,
|
||||
y: 0,
|
||||
x2: 0,
|
||||
y2: 1,
|
||||
colorStops: [
|
||||
{
|
||||
offset: 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user