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

Create a DEMO showing how to integrate Binding.scala with d3.js #32

Open
Atry opened this issue Dec 19, 2016 · 4 comments
Open

Create a DEMO showing how to integrate Binding.scala with d3.js #32

Atry opened this issue Dec 19, 2016 · 4 comments

Comments

@Atry
Copy link
Collaborator

Atry commented Dec 19, 2016

No description provided.

@Atry Atry changed the title Create a DEMO showing integrating Binding.scala with d3.js Create a DEMO showing how to integrate Binding.scala with d3.js Dec 19, 2016
@fdietze
Copy link

fdietze commented Feb 10, 2017

Simple example using my facade fdietze/scala-js-d3v4:

  import org.scalajs.d3v4._

  @dom
  def render = {
    val res = <div></div>

    val node = d3.select(res)
    node.append("div").text("hello from d3")

    res
  }

@Atry
Copy link
Collaborator Author

Atry commented Feb 13, 2017

Looks very simple. @fdietze, would you mind adding the DEMO to https://github.com/ThoughtWorksInc/Binding.scala/wiki/ScalaFiddle-DEMOs ?

@fdietze
Copy link

fdietze commented Feb 18, 2017

For that I would need to add my d3v4 facade to ScalaJS-Fiddle. But since my facade is published using bundler and is not released yet, this is a more difficult process.

It should be straight-forward using d3v3 with https://github.com/spaced/scala-js-d3 though.

I could do that in the future, but currently I have other priorities.

@Atry
Copy link
Collaborator Author

Atry commented Mar 19, 2019

Atry added a commit to Atry/Binding.scala that referenced this issue Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants