Comparison for the D3.js vs zingChart library for visualization and charting

I am looking for visualization and charting in my project.

So, offer all possible comparisons for d3.js and zingChart

Also consider the following factors:

 1.Layout adjustments on webpage 2.Learning simplicity 3.Documentatin available 4.Ease of Implementation 5.flash support 

Finally, I would like to know which of these two libraries is the best choice?

Thanx in advance.

+7
javascript charts zingchart
source share
3 answers

D3:

  • Open Source - YES (BSD License)
  • Spotlight - D3 is a library that focuses on graphics + data visualization.
  • Suitable for mobile devices - No For details, see Details
  • Graphics Technology - SVG / HTML5 / CSS
  • Compatibility - IE 6.0 + all modern browsers
  • Export chart data - more server-side coding is required to export charts.
  • Popularity - Widespread and Popular
  • 3D Support - No
  • Online Support / Help - Full support with good documentation and examples, as it is open source.
  • Standalone restrictions - No

Zingchart:

  • Open source -No (but a free trial is available full version) .
    Price: $ 249 to $ 9,999 (trial available with watermark).
  • Spotlight - A clean library of diagrams, visualization of user data is complicated by 100 predefined types of diagrams, maps, visualization modules for user data ... all with tons of style options
  • Mobile Phone - Yes
  • Graphics Technology - HTML5 / Canvas / SVG / VML / Flash / Image / PDF. with server side chart options available
  • Compatibility - IE (7 & 8) 9 + all modern browsers
  • Chart data export - Easily export created charts in various formats - (pdf, png, bmp, SVG )
  • Popularity - Not much Used by Fortune 100 for startups - large implementations for NASDAQ, Adobe, Alcatel-Lucent (just to name a few)
  • 3D Support - Yes
  • Online Support / Help - Medium Documents and Examples Getting Started Guides, Documentation by Chart Type, API Functions and Methods / Events, JSON Complete Attributes / Syntax, Tutorials Access personalized email and phone support, right-click to share your charts for questions.
  • Standalone restrictions - No
+5
source share

D3:

  • Open Source - YES (BSD License)
  • Spotlight - D3 is a library that focuses on graphics + data visualization.
  • Suitable for mobile devices - No For details, see Details
  • Graphics Technology - SVG / HTML5 / CSS
  • Compatibility - IE 6.0 + all modern browsers
  • Export chart data - more server-side coding is required to export charts.
  • Popularity - Widespread and Popular
  • 3D Support - No
  • Online Support / Help - Full support with good documentation and examples, as it is open source.
  • Standalone restrictions - No

Zingchart:

  • Open Source - No Price: $ 249 to $ 9,999 (Trial available with watermark)
  • In the spotlight - A clean library of diagrams, the visualization of user data is difficult.
  • Mobile Phone - Yes
  • Graphics Technology - HTML5 / Canvas / SVG / VML / Flash / Image
  • Compatibility - IE 9 + all modern browsers
  • Chart data export - Easily export created charts in various formats (pdf, png, bmp)
  • Popularity is not much
  • 3D Support - Yes
  • Online Support / Assistance - Medium Documentation and Examples
  • Standalone restrictions - No
+2
source share

I am also trying to get information on a JavaScript-based charting library. While searching for this, I came across this wiki page. Compare JavaScript graphics . Hope this helps.

+1
source share

All Articles