Search code examples
javascript

Scala.js - Graphs


I've got Restful services wired using scala.js , and trying to create graphs for the application. Are there any good graph visualization libraries that integrate well with scala.js


Solution

  • Tried out the D3.js library , has an api for scala.js : https://github.com/spaced/scala-js-d3

    Other helpful Sample Code on git: ScalaJS-D3-Example