fdietze / scala-js-d3v4

ScalaJS facade types for D3 version 5
MIT License
54 stars 26 forks source link

Simple barchart #66

Open aglenis opened 4 years ago

aglenis commented 4 years ago

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 different fascades) The example that I am trying to replicate is this: https://github.com/spaced/scala-js-d3-example-app/blob/master/src/main/scala/example/ScalaJSExample.scala I am using commit e9ce7a9 because I use scala.js 0.6 for my project. Thanks in advance.

fdietze commented 4 years ago

Could you please show some source code? What exactly is not working?