fix: animate demo

This commit is contained in:
thinkinggis 2020-03-04 21:33:05 +08:00
parent c57ef378ac
commit cd44449cb6
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ fetch(
.size(1.5)
.shape('line')
.color('color', v => {
return `rgb(${v[0]})`;
return `rgb(${v})`;
})
.animate({
interval: 0.6,