epochjs / epoch

A general purpose, real-time visualization library.
http://epochjs.github.io/epoch
MIT License
4.97k stars 278 forks source link

responsive design #180

Closed chenminhua closed 9 years ago

chenminhua commented 9 years ago

how can i make a chart to be responsive design? if I don't set the width and height, the chart won't apper in my website. please help me. thanks a lot

amethyst82 commented 9 years ago

I didn't try this before But I think set the container div's width & height with percentage value maybe could work

rsandor commented 9 years ago

Currently Epoch is not built to be automatically responsive. Better handling of this is noted for future versions of the library.

eldiep commented 4 years ago

Is it still scheduled to make epoch responsive? In my eyes this is absolutely essential nowadays.