Support for Apache ECharts #2272
Replies: 5 comments 1 reply
-
We're currently using the Recharts library as our core graphing - does that work for you? https://recharts.org/en-US/ (https://reflex.dev/docs/library/graphing/linechart/) Otherwise, I think this would be great to wrap as a 3rd party library, in the upcoming months we're planning to improve our ecosystem to people can easily wrap / share components from different libraries. |
Beta Was this translation helpful? Give feedback.
-
+1 for ECharts. I also really like Altair in Python and vega-lite. I was wondering whether with react-vega it might not be that difficult to vega-lite charts available in Reflex. I love Reflex btw; thank you so much for creating it! I would just love to add more visualisations and dashboards to my apps. |
Beta Was this translation helpful? Give feedback.
-
I use streamlit to make my app, but I recently found that reflex might suit me better. But unfortunately, reflex does not support echarts. |
Beta Was this translation helpful? Give feedback.
-
My vote goes to vega and vega-lite (or altair in python). They are super powerful and easy to learn. Streamlit for instance already supports them and we use st.vega_lite_chart() very often |
Beta Was this translation helpful? Give feedback.
-
In addition to plotly support, it would be great to have apache echarts. Out of the box, echarts are the most visually appealing and have an incredibly large library of plot types which makes them attractive for visualization-based web apps - https://echarts.apache.org/examples/en/index.html
Competitors like NiceGUI and Solara already have this integration -
Beta Was this translation helpful? Give feedback.
All reactions