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

Commit 3f2b5b9

Browse files
committed
Additional examples
1 parent a8337f1 commit 3f2b5b9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,16 @@ object ScalaJSExample extends js.JSApp {
3434
more about [d3js.org](http://d3js.org)
3535

3636
See also example project [scala-js-d3-example-app](https://github.com/spaced/scala-js-d3-example-app)
37+
- [Bar graph](https://github.com/spaced/scala-js-d3-example-app/blob/master/src/main/scala/example/ScalaJSExample.scala)
38+
- [Histogram](https://github.com/spaced/scala-js-d3-example-app/blob/histogram/src/main/scala/example/ScalaJSExample.scala)
39+
- [Table](https://github.com/spaced/scala-js-d3-example-app/blob/table_data_example/src/main/scala/example/ScalaJSExample.scala)
3740

38-
- scalajs-d3 0.3.2 is for Scala.js 0.6.6+, with both Scala 2.10 and 2.11.
41+
42+
Versions
43+
--------
44+
45+
46+
- scalajs-d3 0.3.3 is for Scala.js 0.6.6+, with both Scala 2.10 and 2.11.
3947
- scalajs-d3 0.2.0 is for Scala.js 0.6.5, with both Scala 2.10 and 2.11.
4048

4149

0 commit comments

Comments
 (0)