scala-js-d3v4
scala-js-d3v4 copied to clipboard
ScalaJS facade types for D3 version 5
Updates [org.scala-lang:scala3-library_sjs1](https://github.com/lampepfl/dotty) from 3.1.0 to 3.1.3. [GitHub Release Notes](https://github.com/lampepfl/dotty/releases/tag/3.1.3) - [Version Diff](https://github.com/lampepfl/dotty/compare/3.1.0...3.1.3) - [Version Diff](https://github.com/lampepfl/dotty/compare/release-3.1.0...release-3.1.3) I'll automatically update this PR to resolve conflicts as long as you don't change it...
Trying to use `d3scale.scaleOrdinal(...)` with `d3axis.axisLeft` but running into a type problem. * Should `OrdinalScale` extend `ContinuousScale[OrdinalScale]` similar to `LogScale`, `LinearScale`, etc.? How I'm using it: ``` val jobs: js.Array[String]...
I am trying to create a bar chart from scala.rx values (https://github.com/lihaoyi/scala.rx). Does anyone have any idea on how to proceed? I want the bar chart to get updated either...
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...
This probably requires to overload methods with scala function types.
https://github.com/scalacenter/scalajs-bundler/blob/master/sbt-scalajs-bundler/src/sbt-test/sbt-scalajs-bundler/facade-examples/src/main/scala/example/facades.scala#L17-L23
Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from 2.13.8 to 2.13.10. [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.13.10) - [Version Diff](https://github.com/scala/scala/compare/v2.13.8...v2.13.10) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Does this library support Scala 3? If not, are there plans to support it?