When comparing ZingChart vs Pixi.js, the Slant community recommends Pixi.js for most people. In the question“What are the best JavaScript libraries for creating visualisations of data as charts/graphs?” Pixi.js is ranked 14th while ZingChart is ranked 17th. The most important reason people chose Pixi.js is:
Pixi is a WebGL renderer, but can fall back to canvas if WebGL is not supported or turned off.
Ranked in these QuestionsQuestion Ranking
Pros
Pro Tons of styling options
You can get extremely granular with the styling (which is very CSS-like). You can customize pretty much any aspect of a chart, so they can match your application or website perfectly.
Pro Robust API
The advantage of using a JavaScript charting library is that you can make interactive charts. The API here lets you make the most of this advantage.
Pro Easy to try
ZingChart hosts the full version of the library for evaluation on their CDN for you to try in just a matter of minutes.
Pro Angular wrapper
Pro Free branded version
There is a free version available, however it's branded. Licenses start at $249.
Pro jQuery wrapper
ZingChart has a well-built and excellently documented jQuery wrapper, making it easier to integrate ZingChart into your jQuery code.
Pro Handles large data sets without bogging down
Pro Supports WebGL w/ canvas fallback
Pixi is a WebGL renderer, but can fall back to canvas if WebGL is not supported or turned off.
Pro Will be familiar to ActionScript developers
Pixi.js uses a code structure that's very similar to ActionScript.
Cons
Con Not open source
Con The free version inserts a watermark on all charts
Either their watermark is on all the charts or you have to pay expensive license fees.
Con Not a complete solution
Pixi only provides the renderer.