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(core): remove DataTrack from schema and compiler #1074

Merged
merged 6 commits into from
Jun 12, 2024

Conversation

etowahadams
Copy link
Contributor

Fix #1065
Toward #

Change List

  • Removes DataTrack from schema
  • Removes DataTrack related processing from compiler

Checklist

  • Ensure the PR works with all demos on the online editor
  • Unit tests added or updated
  • Examples added or updated
  • Documentation updated (e.g., added API functions)
  • Screenshots for visual changes (e.g., new encoding support or UI change on Editor)

Comment on lines -36 to -38
// Override default visual encoding (i.e., `DataTrack` => `BasicSingleTrack`)
overrideDataTemplates(specCopy);

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This function adds default visual encodings to DataTrack. Since there is no more DataTrack, we can remove this function

Copy link
Member

@sehilyi sehilyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good after merging #1079 to this PR.

…ng (#1079)

fix(core): remove 'template' key from a trample track after spec processing
@etowahadams etowahadams merged commit 2440948 into main Jun 12, 2024
4 checks passed
@etowahadams etowahadams deleted the etowahadams/datatrack branch June 12, 2024 21:12
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.

Remove DataTrack or fully support it
2 participants