Moviri / recline

A simple but powerful library for building data applications in pure Javascript and HTML.
http://reclinejs.com/
MIT License
2 stars 2 forks source link

D3 bullet resize. Solve with better code. Current solution is ugly #117

Closed giobaldac closed 11 years ago

giobaldac commented 11 years ago

self.resize() self.resize() self.resize() ...

is not ok

davidemalagoli commented 11 years ago

look at http://stackoverflow.com/questions/9400615/whats-the-best-way-to-make-a-d3-js-visualisation-layout-responsive

giobaldac commented 11 years ago

Solved. The issue wasn't in the bullet but in the container composed view that didn't have the correct size at first. Ugly code has now been removed