Sorry if this is a silly question but how does a project become "Apache"? Like is there a core team starting these projects or is there an application process for a project to be under the Apache banner?
Apache ECharts
51–60 of 263 posts
Re: Apache ECharts
#52Earlier quoted context omitted.
It's much heavier but a lot more powerful and flexible.
Thanks! And is it more or less performant on large datasets (100k+ data points).
It’s probably more performant. Chart.js isn’t designed for a ton of data and we recommend sampling before visualization . We have a builtin plugin that does a form of min/max sampling to retain peaks but cut down on the amount of data points drawn
Re: Apache ECharts
#53Re: Apache ECharts
#54Re: Apache ECharts
#55ECharts 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/
Re: Apache ECharts
#56we use eCharts for all the visualizations in https://www.definite.app/ . We evaluated pretty much every option and it's the best non-react option. Recharts honestly seems a little nicer if you're using React, but our frontend is in Vue.
Re: Apache ECharts
#57Re: Apache ECharts
#58Looks like it could work nicely with HTMX.
Funny seeing this here with your comment, as I was exploring using ECharts for a project recently to work exactly with HTMX from a Clojure backend. I eventually settled on Chart.js as I found that for my use case, I wanted the charts to more easily fit their dynamically sized container, which isn’t quite as simple with ECharts and Vega. I also didn't need particularly complex plots. Nevertheless, this is a nice proje…
I've done this for more simpler elements. Copilot helped me come up with a little bit of custom JS in those cases.
Re: Apache ECharts
#59ECharts 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/
Re: Apache ECharts
#60what happened to sankey? no sankey graph??