hustcc / PyG2Plot

🎨 Python3 binding for `@AntV/G2Plot` Plotting Library .
MIT License
1.07k stars 115 forks source link

目前是否支持"animation"动画的设置? #21

Closed FioraL closed 3 years ago

FioraL commented 3 years ago

目前是否支持"animation"动画的设置? 尝试加入了比如"animation": 'zoom-in', "duration": 20, "delay": 5, 的code,但没生效

hustcc commented 3 years ago
{
  "animation": {
     xx, yy, zz
  }
}

可以参考 G2Plot 的 animation 配置文档。