mirror of https://gitee.com/antv-l7/antv-l7
fix: animate demo
This commit is contained in:
parent
c57ef378ac
commit
cd44449cb6
|
@ -24,7 +24,7 @@ fetch(
|
|||
.size(1.5)
|
||||
.shape('line')
|
||||
.color('color', v => {
|
||||
return `rgb(${v[0]})`;
|
||||
return `rgb(${v})`;
|
||||
})
|
||||
.animate({
|
||||
interval: 0.6,
|
||||
|
|
Loading…
Reference in New Issue