yang-wei / rd3

react + d3
https://yang-wei.github.io/rd3/
MIT License
319 stars 83 forks source link

BarChart fails to render with empty series data #43

Closed ebertmi closed 8 years ago

ebertmi commented 8 years ago

When trying to do an initial render with no series, the BarChart fails when trying to calculate the domain.

Series Data:

var data = [];
yang-wei commented 8 years ago

hmmm.... I see.... this should be an easy fix. Mind to try ?

yang-wei commented 8 years ago

Fixed in latest release