Search code examples
animationzingchart

How to animate 3d charts of Zingchart?


As per official documentation of zingcharts, adding following code snippet in json configuration for my bar chart should initiate animation:

"plot":{
"animation":{
    "effect":"2",
    "method":"3",
    "sequence":"ANIMATION_BY_PLOT",
    "speed":"ANIMATION_FAST"
}

}

But this works only for 2d charts. Does that mean, 3d zingcharts cannot be animated or am I missing something?


Solution

  • From comment by @nardecky and from support ticket I opened in Zingchart, It is confirmed that

    3d charts cannot be animated and is not planned to be implemented at least in near future.

    zingchart