mikedewar / d3py

a plottling library for python, based on D3
1.42k stars 201 forks source link

readme sample doesn't render with geoms.Bar #34

Closed davidthewatson closed 11 years ago

davidthewatson commented 12 years ago

The sample code in the readme works as it is, but if I change line 17 to:

fig += d3py.geoms.Bar(x="time", y="temp",fill="red")

It fails to render in firefox or chrome. However, all of the requests (js, json, html) return 200 except for the favicon.ico.

mikedewar commented 12 years ago

confirmed! Something odd is going on with the scale object. Hopefully get a chance to investigate at the weekend!

mikedewar commented 11 years ago

I think the README sample works now. You filed this issue 10 months ago and I'm sorry we never got around to it! I've had a go at trying to tidy up the code base so that at least the README example works and the examples included with the repository work. Should you be interested at all, I'd love to know if this works for you now!

mikedewar commented 11 years ago

I'm closing this now. Hopefully the OP would be satisfied!