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

Get visualization to display proper -& Put visualizations in the right place #39

Open
KleinRana opened this issue Nov 16, 2023 · 1 comment

Comments

@KleinRana
Copy link
Contributor

KleinRana commented Nov 16, 2023

Currently:

  1. A vega-lite spec is loaded in pages/datasets/[...slug].vue
  2. it can then be used to populate a VegaView element in components/dataset/TabDashboard.vue

However, you would like to

  1. Load all specs belonging to a specific dataset at once (from all files in one folder, or even all from one file??)
  2. and then embed the Vegaview elements in the .md-file for that specific dashboard
@Veldhoen
Copy link
Member

Veldhoen commented Jan 4, 2024

Specs are now loaded from a directory.
They are not embedded in the .md-file (at least not yet), but are generated directly in Dashboard component - in alphabetical order

@gb-beng gb-beng transferred this issue from beeldengeluid/labs.beeldengeluid.nl Jan 16, 2024
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

No branches or pull requests

2 participants