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

fix: correctly support timeFormatSpecifier in Vega-Lite #9455

Merged
merged 4 commits into from
Feb 11, 2025

Conversation

kanitw
Copy link
Member

@kanitw kanitw commented Oct 11, 2024

PR Description

  • Introduce a common type Format = string | TimeFormatSpecifier | Dict<unknown>; and re-use everywhere.
  • Make sure we correctly stringify the format in expressions
  • Add examples

@kanitw kanitw requested a review from a team as a code owner October 11, 2024 00:42
Copy link

cloudflare-workers-and-pages bot commented Oct 11, 2024

Deploying vega-lite with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4b37a81
Status: ✅  Deploy successful!
Preview URL: https://fc7bb62b.vega-lite.pages.dev
Branch Preview URL: https://kw-vega-timeformatspecifier.vega-lite.pages.dev

View logs

kanitw and others added 3 commits October 11, 2024 12:44

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
- Introduce a common `type Format = string | TimeFormatSpecifier | Dict<unknown>;` and re-use everywhere.
- Replace bad
- Add examples
@kanitw kanitw force-pushed the kw/vega-TimeFormatSpecifier branch from 3818eac to e97812c Compare October 11, 2024 19:44
# Conflicts:
#	build/vega-lite-schema.json
@domoritz domoritz enabled auto-merge (squash) February 11, 2025 18:19
@domoritz domoritz merged commit 9325b67 into main Feb 11, 2025
10 checks passed
@domoritz domoritz deleted the kw/vega-TimeFormatSpecifier branch February 11, 2025 18:21
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.

None yet

2 participants