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

Support of more Vega Charts #123

Open
Auth0rM0rgan opened this issue Mar 6, 2025 · 1 comment
Open

Support of more Vega Charts #123

Auth0rM0rgan opened this issue Mar 6, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@Auth0rM0rgan
Copy link

Hello,

I want to ask, is it possible to support other Vega charts? I was looking at Vega documentation, and some of the charts are really interesting based on the data I have. If not, would you please guide me on adding support of different Vega charts, which are not supported yet?

Thanks in advance!

@Chenglong-MS
Copy link
Collaborator

Right now there is no direct way to add it in UI, but we could consider adding that support if you find it interesting --

Vega charts are supported via templates, which configures basic chart spec, together with encoding routing rules. https://github.com/microsoft/data-formulator/blob/main/src/components/ChartTemplates.tsx

Certain types of chart may be a little harder to support due to layering / etc as they may require more post processing. What are some charts you have in your mind? We might be able to do a PR to support uploading custom Vega templates.

@Chenglong-MS Chenglong-MS added the enhancement New feature or request label Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants