times / axisJS

Open source framework for creating simple interactive graphs
MIT License
74 stars 12 forks source link

Prevent initial rendering issue with C3 causing causing no lines to show #79

Closed aendra-rininsland closed 9 years ago

aendra-rininsland commented 9 years ago

There's some issue with C3 causing the chart not to render because it's initially invisible and that's throwing C3's rendering. Quite possibly related to masayuki0812/c3#936, or even masayuki0812/c3#924.

The answer may be as simple as updating C3...

aendra-rininsland commented 9 years ago

Fixed by adding an initial height and width to the container.