scala-js-d3
scala-js-d3 copied to clipboard
d3 facade types for Scala.js
Currently the library only supports scala-js 0.6 which is already [in EOL](https://www.scala-js.org/doc/internals/scalajs-0.6.x-eol.html). Would it be possible to upgrade to scala-js 1.7.1 (the latest). Ideally with support for Scala 3.x. I...
Hello! I am trying to use the scala JS D3 façade within a project, and i am facing an issue, apparently coming from the scala-js-d3:compile build phase : ``` Ambiguous...
Has this project been updated to support latest 4.x d3js release?
I had need recently to extend your library to use an additional [D3 library](http://thematicmapping.org/playground/d3/d3.slider/) however I couldn't 'Monkey Patch' your facade (as per https://www.scala-js.org/doc/interoperability/facade-types.html) as 'd3.scala' is an object and...
Hello, I am trying to "port" this Scatterplot example (http://bl.ocks.org/weiglemc/6185069) to scala-js-d3 Unfortunately, I am having some trouble understanding the proper use of DatumFunction. Please see my code, which I...