Skip to content

[Feature] Is it possible to render a bar chart inside calendar chart? #20861

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

Open
danishjoseph opened this issue Mar 25, 2025 · 1 comment
Open
Labels
en This issue is in English new-feature pending We are not sure about whether this is a bug/new feature.

Comments

@danishjoseph
Copy link

What problem does this feature solve?

I'm working with a calendar chart similar to the calendar-pie example, where pie charts are rendered inside each day of the calendar. However, I want to render bar charts instead of pie charts within each day.
I've tried several approaches, but haven't been able to achieve the desired result.

Is this a limitation of the current library, or is there a specific way to implement this?

What does the proposed API look like?

.

@echarts-bot echarts-bot bot added en This issue is in English pending We are not sure about whether this is a bug/new feature. labels Mar 25, 2025
@helgasoft
Copy link

helgasoft commented Mar 27, 2025

currently no - bar coordinateSystem could be only '2d' and 'polar', but not 'calendar' like pie.

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 new-feature pending We are not sure about whether this is a bug/new feature.
Projects
None yet
Development

No branches or pull requests

2 participants