admin管理员组

文章数量:1316980

I am looking for visualization and charting in my project.

So Suggest all possible parison for d3.js and zingChart

Please also consider 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 is the best choice from these two libraries?

Thanx in advance.

I am looking for visualization and charting in my project.

So Suggest all possible parison for d3.js and zingChart

Please also consider 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 is the best choice from these two libraries?

Thanx in advance.

Share Improve this question edited Apr 5, 2014 at 12:08 Lars Kotthoff 109k16 gold badges210 silver badges208 bronze badges asked Apr 4, 2014 at 10:42 Sagar BhosaleSagar Bhosale 4051 gold badge5 silver badges19 bronze badges 2
  • "Suggest all possible parison for d3.js and zingChart" I think you're asking a bit much here. – Lars Kotthoff Commented Apr 5, 2014 at 12:08
  • Then tell the differences which you know..Thanx in advance – Sagar Bhosale Commented Apr 7, 2014 at 8:29
Add a ment  | 

3 Answers 3

Reset to default 5

D3 :

  1. Open source - YES(BSD license)
  2. Focuses on - D3 is drawing library which focuses on charting + data visualization
  3. Mobile friendly - No Please See Detail
  4. Graphics Technology - SVG / HTML5 / CSS
  5. Compatibility - IE 6.0 + all modern browsers
  6. Export Chart Data - Needs more coding at server side to export charts
  7. Popularity - Widely used and popular
  8. 3D Support - No
  9. Online Support / help - Full Support with good documentation and examples as it is open source
  10. Offline limitations - No

Zingchart :

  1. Open source -No (but free trial of full version available).
    Price : $249 to $9999 (Trial version available with watermark )
  2. Focuses on - Pure Charting library, custom data visualization is difficult 100's of predefined chart types, geographical maps, custom data visualization modules... all with tons of styling options
  3. Mobile friendly - Yes
  4. Graphics Technology - HTML5/Canvas/SVG/VML/Flash/Image/PDF. with server-side charting options available
  5. Compatibility - IE (7&8) 9 + all modern browsers
  6. Export Chart Data - Easy to export generated charts in various formats - (pdf,png,bmp,SVG)
  7. Popularity - Not much Used by the Fortune 100 to startups -- large implementations for NASDAQ, Adobe, Alcatel-Lucent (just to name a few)
  8. 3D Support - Yes
  9. Online Support / help - Average Documentations and examples Getting started guides, documentation by chart type, features, and API methods/events, full JSON Attributes/Syntax, Tutorials Access to personalized support via email, and phone, right-click to share your charts for questions
  10. Offline limitations - No

D3 :

  1. Open source - YES(BSD license)
  2. Focuses on - D3 is drawing library which focuses on charting + data visualization
  3. Mobile friendly - No Please See Detail
  4. Graphics Technology - SVG / HTML5 / CSS
  5. Compatibility - IE 6.0 + all modern browsers
  6. Export Chart Data - Needs more coding at server side to export charts
  7. Popularity - Widely used and popular
  8. 3D Support - No
  9. Online Support / help - Full Support with good documentation and examples as it is open source
  10. Offline limitations - No

Zingchart :

  1. Open source -No Price : $249 to $9999 (Trial version available with watermark )
  2. Focuses on - Pure Charting library, custom data visualization is difficult
  3. Mobile friendly - Yes
  4. Graphics Technology - HTML5/Canvas/SVG/VML/Flash/Image
  5. Compatibility - IE 9 + all modern browsers
  6. Export Chart Data - Easy to export generated Charts in various formats(pdf,png,bmp)
  7. Popularity - Not much
  8. 3D Support - Yes
  9. Online Support / help - Average Documentations and examples
  10. Offline limitations - No

I am also trying to get the details on JavaScript based charting library. While searching for this, I came across this wiki page. Comparison Of JavaScript Charting Frameworks. I hope this helps.

本文标签: chartsComparision for D3js vs zingChart library for visualizations and chartingStack Overflow