You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two separate but related problems. I have a bunch of graphs in the markdown files that get displayed through vega, vega-lite, vega-embed scripts. And the script tag within the page contains a dump of JSON data.
First problem is that only one graph shows in the page (the page has 3): Page & Source
And the second problem is that <a href="https://... is being converted to <a href="<a href="https://..., which is causing the graph on this page to break: Page & Source
A separate problem was that some of the tags were turning into emojis, so I just turned on the setting noEmoji and it fixed that problem.
The last two things I mentioned I believe have to do with docsify modifying the content within the <script> tags. I don't understand why the first one is not displaying all the graphs.
Any guidance on how we should display these vega graphs would be helpful! Thank you!
Ok, further info on the first problem. It only shows one graph. So, if I have 3 <script> enclosed graphs (JSONs), I can comment out any two, and the last one will show. If I uncomment all 3 only the first one shows. Which means, only the first <script> within my markdown is being executed?
I have to manually do <iframe> for it to work. This doesn't work with multiple iframes:
I have two separate but related problems. I have a bunch of graphs in the markdown files that get displayed through vega, vega-lite, vega-embed scripts. And the script tag within the page contains a dump of JSON data.
First problem is that only one graph shows in the page (the page has 3): Page & Source
And the second problem is that
<a href="https://...
is being converted to<a href="<a href="https://...
, which is causing the graph on this page to break: Page & SourceA separate problem was that some of the tags were turning into emojis, so I just turned on the setting
noEmoji
and it fixed that problem.The last two things I mentioned I believe have to do with docsify modifying the content within the
<script>
tags. I don't understand why the first one is not displaying all the graphs.Any guidance on how we should display these vega graphs would be helpful! Thank you!
I am enabling the support for vega with the following includes: https://github.com/gunrock/docs/blob/develop/docs/index.html#L25-L28
The text was updated successfully, but these errors were encountered: