yakticus / goggles

A scala.js library for creating visualizations using SVG
22 stars 2 forks source link

breadth of coverage of d3 APIs #2

Open yakticus opened 9 years ago

yakticus commented 9 years ago

Right now the API very closely follows that of d3. I don't know if that will make sense in the long run, but it seems to be a good place to start.

Goal: cover scales, layouts, shapes, interpolation, animation Non-goal: force a particular method of DOM manipulation or data binding

dwalend commented 9 years ago

Any near-future plans to support d3.svg.axis ? (That's my need for today.)

Thanks,

Dave