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

Support for D3.js? #181

Open
lrdegeest opened this issue May 23, 2021 · 1 comment
Open

Support for D3.js? #181

lrdegeest opened this issue May 23, 2021 · 1 comment

Comments

@lrdegeest
Copy link

lrdegeest commented May 23, 2021

I'm trying to add a d3js graph but it doesn't render. After adding the d3js library in the <head> and declaring a <div> for the graph I made an empty slide:

<section>
  <script>
   <!-- d3js example here: https://www.d3-graph-gallery.com/graph/barplot_animation_start.html
  </script>
</section>

but the slide is empty. Any ideas?

@Descent098
Copy link

Just tried out your example code from: https://www.d3-graph-gallery.com/graph/barplot_animation_start.html

It throws a console error about a missing function:

image

I checked and even on a page without webslides it throws the error

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