-
-
Notifications
You must be signed in to change notification settings - Fork 635
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
docs: add heat lane example #8282
Conversation
I'm a bit confused by the validation error messages |
Take a look at the contributing guide. What specifically confuses you? It looks like the spec isn't valid against the json schema. |
The CI test failure prints this regarding the new
The spec renders fine, but it looks like there are schema validation errors that don't make sense to me. |
Ok, I think I was just missing an |
Schema validation errors are often super cryptic. I usually check in the editor to find out what's wrong. |
@domoritz I think this is good to go now from my side |
Thanks for submitting! |
@jonmmease I can manually make a copy of this pull request but I wonder whether you can add a PAT to your fork so that the "Format, Schema, and Examples" action runs. It should rebuild the images and Vega specs. |
Happy to try, but I'm not sure what this means |
The pull request template describes how to add a PAT: https://github.com/vega/vega-lite/blob/next/.github/PULL_REQUEST_TEMPLATE.md. It's needed so that the GitHub action can push changes to your fork. If you can't figure it out in a short time, I will just make a copy of your pull request in this repo, which will trigger the build here. |
ohh, sorry I missed that from the template. I can do it this evening, but feel free to make a copy if you're available before that. |
I don't have any ideas on what to try, so it might be better for you to copy it a separate PR. Thanks! |
Copy in #8353 |
As discussed on twitter (https://twitter.com/domoritz/status/1546869138370355201), this PR adds a new gallery example for the heat lane visualization type described in https://www.smashingmagazine.com/2022/07/accessibility-first-approach-chart-visual-design/.
Thanks!