Apache ECharts
211–220 of 263 posts
Re: Apache ECharts
#212Re: Apache ECharts
#213ECharts is in my opinion the best out there. It surprisingly doesn't come up in a lot of lists or search for charting libraries. I've tried them all: chart.js, google charts, amCharts, Highcharts, ApexCharts. We use it in our tool/library https://docs.chartsql.com/
I'm a big fan of VisX for the level of control it gives.
Re: Apache ECharts
#214The line race looks so cool. https://echarts.apache.org/examples/en/editor.html?c=line-ra... Toggle the switches to trigger the race. By the way, well done Norway.
I wonder how well it correlates with the oil price.
Re: Apache ECharts
#215ECharts is in my opinion the best out there. It surprisingly doesn't come up in a lot of lists or search for charting libraries. I've tried them all: chart.js, google charts, amCharts, Highcharts, ApexCharts. We use it in our tool/library https://docs.chartsql.com/
I'm a big fan of VisX for the level of control it gives.
Re: Apache ECharts
#216We use ECharts extensively in Evidence ( https://github.com/evidence-dev/evidence ). Overall has been a delight.
Re: Apache ECharts
#217ECharts is in my opinion the best out there. It surprisingly doesn't come up in a lot of lists or search for charting libraries. I've tried them all: chart.js, google charts, amCharts, Highcharts, ApexCharts. We use it in our tool/library https://docs.chartsql.com/
I'm a big fan of VisX for the level of control it gives.
Re: Apache ECharts
#218How does it compare to https://www.chartjs.org/ ?
(Our project mostly uses Chart.js, so I'm more familiar with it.)
Re: Apache ECharts
#219Glad to see Echarts getting the recognition it deserves. It is arguably the best open-source visualization library out there. Here are some points others haven't mentioned: (a) Uses canvas by default. Faster than any other library I've used. (b) Extremely flexible. Want to write your own widget on top of the graphs (eg., a customized tooltip). Possible! (c) Provides a lot of metadata. Want to get the position of a po…
Why is it so rarely mentioned in chart libraries comparisons? Its not even listed on the Wikipedia page for JavaScript chart libraries. I discovered it by chance through Apache Superset.