We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to create a simple bar chart using d3v4 but it does work because the API from v3 is different from the v4 (or the two repositories have different fascades) The example that I am trying to replicate is this: https://github.com/spaced/scala-js-d3-example-app/blob/master/src/main/scala/example/ScalaJSExample.scala I am using commit e9ce7a9 because I use scala.js 0.6 for my project. Thanks in advance.
The text was updated successfully, but these errors were encountered:
Could you please show some source code? What exactly is not working?
Sorry, something went wrong.
No branches or pull requests
I am trying to create a simple bar chart using d3v4 but it does work because the API from v3 is different from the v4 (or the two repositories have different fascades)
The example that I am trying to replicate is this:
https://github.com/spaced/scala-js-d3-example-app/blob/master/src/main/scala/example/ScalaJSExample.scala
I am using commit e9ce7a9 because I use scala.js 0.6 for my project.
Thanks in advance.
The text was updated successfully, but these errors were encountered: