javascript - What does fusion chart buy you that D3 doesn't? -


We are trying to create heavy graph based dashboards. Among the things we have to choose, D3.js and Fusion Chart Fusion Chart are paid, so my question is, what is better in the Fusion Chart that D3 is not? D3 is a library that manages to manipulate the DOM, not a charting library, depending on the data. It will have to create a chart to give you full control, but you have to spend time creating chart (scales, margins etc.). There are some libraries like NVD3 which can reduce the process but they can be difficult to modify.

  • Fusion charts get support for IE 6, 7 and 8, while D3 does not support them.
  • Allows Fusion chart charts to export PDFs, PNGs ... easily.
  • Fusion Chart has no support for the time series, while D3 support
  • There is no Brush component in the Fusion Chart, whereas D3 is:

Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -