-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
vega-lite read data from source #376
Comments
You need to use an Antora resource ID:
I just added a test case and it's working as expected. If you are using the Intellij extension it won't work in the preview. My guess is that the preprocessor is not compatible with this environment (Java/JRuby). |
Hi
Thanks. I thought I had tried it. But yes it works also for attachment,
partial :-)
VS code asciidoc extension can also not show it in preview when have to
load the data from file. But in antora it is ok :-)
Mvh
Rasmus Kjeldmand
Den tir. 28. jun. 2022 kl. 16.02 skrev Guillaume Grossetie <
***@***.***>:
… You need to use an Antora resource ID:
[vegalite]
....
{
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
"data": {"url": "example$lowpassfilter.csv"},
"mark": "point",
}
....
I just added a test case and it's working as expected. If you are using
the Intellij extension it won't work in the preview. My guess is that the
preprocessor is not compatible with this environment (Java/JRuby).
—
Reply to this email directly, view it on GitHub
<#376 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIM6FHEXBKZDVWEN6SOWTADVRMAYVANCNFSM52B6SBZQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
The VS Code extension does not have Antora support (yet) but we are working on it so this issue might be resolved in the future. |
I'm keeping this issue open to remind myself to document this feature. |
I am trying to make a plot using vega-lite included in kroki but have trouble with loading data from a csv in antora context. I have something like this but it cannot locate the csv file. Right now the same csv is placed in folders: pages, partials, attachements because I do not know how to specify where it is placed.
I get this error:
The text was updated successfully, but these errors were encountered: