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

feat: vega-lite based charts #2030

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

feat: vega-lite based charts #2030

wants to merge 3 commits into from

Conversation

filipgutica
Copy link
Contributor

@filipgutica filipgutica commented Mar 14, 2025

Summary

image

Inspiration: https://vega.github.io/vega-lite/examples/interactive_multi_line_pivot_tooltip.html

Reasons to Explore

  • SVG-based charts for better scalability, flexibility and testing.
  • More customizable than ChartJS, though with a steeper learning curve.
  • Proven and widely adopted data visualization “grammar.”
  • Supports complex, data-driven visualizations with advanced features like data transformations, layering, and interactivity. (For example, no need for manual zero-filling—use an impute transform instead. example)

@filipgutica filipgutica requested review from kongponents-bot and a team as code owners March 14, 2025 22:44
@filipgutica filipgutica force-pushed the poc/vega-lite-chart branch 7 times, most recently from 9210136 to e150c6a Compare March 18, 2025 05:10
@filipgutica filipgutica force-pushed the poc/vega-lite-chart branch from e150c6a to a5a70f8 Compare March 21, 2025 19:39
@kongponents-bot
Copy link
Collaborator

Preview components from this PR in consuming application

In consuming application project install preview versions of shared packages generated by this PR:

@kong-ui-public/analytics-vega-lite-chart@pr-2030

@filipgutica filipgutica force-pushed the poc/vega-lite-chart branch from a5a70f8 to 3dd6a9c Compare March 24, 2025 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants