Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faceting visualizations #20048

Closed
joshuaclausen opened this issue Jun 19, 2024 · 1 comment
Closed

Faceting visualizations #20048

joshuaclausen opened this issue Jun 19, 2024 · 1 comment
Labels
en This issue is in English support waiting-for: author

Comments

@joshuaclausen
Copy link

What problem does this feature solve?

I can't seem to find any eChart that provides a "chart repeat" visualization, also known as a faceted visualization. I'm sure there are other terms for this.

By "repeat options" I mean specifying a dimension that results in the chart being repeated for each of the values found in that dimension. Each of those repeated charts is simply filtered by a single value of the dimension. This would allow you to quickly see, e.g. count over time by product and then how that looks for each region. If you had 5 regions, then you would have 5 charts, each showing the count over time by product in each of those regions. Then you could easily swap out region for "customer age group" to see a different view of things.

This kind of visualization is really valuable, and I expect it will see a lot of use.

What does the proposed API look like?

Tableau does faceting really well.

The Observable Plot library has this feature:
https://observablehq.com/plot/features/facets

eCharts4R has something:
https://echarts4r.john-coene.com/reference/e_facet

The Seaborn Python visualization library has this:
https://seaborn.pydata.org/generated/seaborn.FacetGrid.html

@plainheart plainheart added pending We are not sure about whether this is a bug/new feature. en This issue is in English labels Jun 19, 2024
@Ovilia
Copy link
Contributor

Ovilia commented Jun 19, 2024

You can use multiple grid and xAxis and yAxis to do this in ECharts. See the example.

@Ovilia Ovilia added support waiting-for: author and removed new-feature pending We are not sure about whether this is a bug/new feature. labels Jun 19, 2024
@Ovilia Ovilia closed this as completed Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
en This issue is in English support waiting-for: author
Projects
None yet
Development

No branches or pull requests

3 participants