echarts 3

Thanks to a tweet from @juantomas, I came across a list of 9 JavaScript libraries for “Charts”: 9 Best JavaScript Charting Libraries.

Among the usual suspects are Chart.js, C3 (built on D3), NVD3 (also built on D3), … and one I didn’t know: echarts 3.

This library was born at the Chinese giant Baidu.

After reviewing the documentation and examples, I was simply impressed.

echarts 3 Demos

If I have time, I’ll start a proof of concept of echarts with VueJs. The first step will be to review the complete tutorial, but it looks very promising.