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

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

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: e97812c
Status: ✅  Deploy successful!
Preview URL: https://2d0f1894.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
- 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
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