ECHARTS&D3, the most recent thing I've been delving into is these two data visualization software. A simple comparison of the pros and cons of the two, is to comb the experience.
First talk about Echarts:
Echarts is developed by Baidu, the main user of business data visualization, according to the developer team eldest brother Keren Lin's vision, the product will face business, echarts interactivity, simplicity, interface aesthetics and other characteristics of the future business promotion is very advantageous, The consulting industry and the financial industry should be very much in need of this product.
In terms of code learning, Echarts is very simple, easy to get started with, and fits the beginner's mind.
Then the D3:
D3 is the first of the data visualisation project leaderboards on GitHub, much more than any other project, and there are many projects that have been developed two times on a fork-D3 basis, so they can be considered industry leaders. It is characterized by a very large number of example, learning materials, and a very wide range of applications, interested can see https://github.com/mbostock/d3/wiki/CN-Home, there are very many interesting items.
Code learning, D3 to be difficult, I looked at more than 10 cases to slowly find the API using the order and logic, but to the present still belongs to the state of smattering, hope that in the future will become clearer.
Echarts&d3