Closed michaelbjames closed 10 years ago
First pass, the Axis implementation still needs to be rejiggered a bit. Do you mind splitting this up into two pull requests: one for scales and one for axes? Scales will be able to be merged much quicker, but I still need to review it.
Yeah sure. What part(s) of Axes bother you?
See https://github.com/seliopou/elm-d3/pull/12
The axis pull request will change depending on updates to scales, so I think it's simplest to do them sequentially.
I've created the infrastructure to make bar graphs at least, if not more kinds of graphs. I had to port scales over to elm-d3 and axes, too.