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

Dashboard rotation does not adhere rotationDuration config value #30

Closed juhamust closed 9 years ago

juhamust commented 9 years ago

Dashboard rotation is hardcoded to 4000ms: https://github.com/plouc/mozaik/blob/extensibility/src/browser/stores/DashboardStore.js#L19

Whereas mozaik-demo hints about the config value: https://github.com/plouc/mozaik-demo/blob/master/config.js#L33

plouc commented 9 years ago

Fixed with https://github.com/plouc/mozaik/commit/778b36457063d27246f063b1ce7a83c0e11d8c2d

juhamust commented 9 years ago

Thanks for the quick turnaround!