Skip to content
This repository has been archived by the owner on Apr 17, 2022. It is now read-only.

Releases: spaced/scala-js-d3

Update to latest versions

16 Nov 20:29
Compare
Choose a tag to compare
  • D3 js 3.5.17
  • Scala 2.12
  • Scala-js 0.6.13

Bugfix Release

16 Nov 20:27
Compare
Choose a tag to compare

Fix #22: area and line js.Function fixed

Bugfix Release

01 Apr 20:18
Compare
Choose a tag to compare
  • Latest d3 lib 3.5.16
  • Fix #19: Key function this signature fixed.
  • Fix #21: svg.line svg.area radial, angel and radius functions added
  • Scale should extend js.Function
  • Updated to latest sbt, scalajs-dom and utest

Fix DatumFunction

27 Feb 15:10
Compare
Choose a tag to compare
  • Fix #18: DatumFunction accepts undefined for third parameter
  • Support forSelection#data with DatumFunction
  • Selection with text function

Support for js.Tuple (scalajs 0.6.6)

01 Feb 20:46
Compare
Choose a tag to compare

Scalajs 0.6.6+ required

d3 layout with working types

14 Jan 21:42
Compare
Choose a tag to compare

Fix #8 d3 layout typed
Use latest d3 version provided by webjars (3.5.12)
Layout Force event must extend from a dom.Event

v0.1.2

16 Dec 21:11
Compare
Choose a tag to compare

Fix #4 selection.data
Fix #5 axis as function
Fix #6 Use types for layout.force[...]
Fix #7 svg.line, line.x, line.y
Fix #9 selection.data key with simple function
Fix #10 Additional implicits for several svg functions

v0.1.1

21 Nov 19:49
Compare
Choose a tag to compare
  • d3.select functions returns dom.EventTarget
  • selection#on listener with DatumFunction
  • selection#data Int param for index

v0.1.0

21 Nov 19:47
Compare
Choose a tag to compare
  • Updated d3 facade
  • Strong typed with DatumFunction and implicits for simple functions
  • Use of Tuples and js.Dictionary