VisActor / VChart

VChart, more than just a cross-platform charting library, but also an expressive data storyteller.
https://www.visactor.io/vchart
MIT License
915 stars 62 forks source link

[Feature] rose chart support growAngleIn and growAngleOut animation as the same as pie chart #2834

Closed skie1997 closed 3 months ago

skie1997 commented 3 months ago

What problem does this feature solve?

20240619202145_rec_

What does the proposed API look like?

"animationUpdate": {
      "pie": {
        "type": "growAngleIn",
        "easing": "quintIn",
        "duration": 5000
      },
      "rose": {
        "type": "growAngleIn",
        "easing": "quintIn",
        "duration": 5000
      }
    },