plouc / mozaik

Mozaïk is a tool based on nodejs / react / redux / nivo / d3 to easily craft beautiful dashboards
http://mozaik.rocks
MIT License
3.61k stars 363 forks source link

can mozaik support reorder and resize? #100

Closed wangtun closed 8 years ago

juhamust commented 8 years ago

Based on my experience (http://dashing.io/) reordering and resizing can be tricky at times, whereas explicit model support by Mozaik works always.

Having said that, I'm not against the feature (as long as it is not the only way to arrange and size the widgets).

plouc commented 8 years ago

@wangtun, as @juhamust said, Mozaïk only supports explicit sizing/ordering for now.

wangtun commented 8 years ago

@juhamust @plouc thank you very much!