LiskArchive / lisk-ui

🖥️ Lisk user-interface submodule
https://lisk.io/
GNU General Public License v3.0
24 stars 35 forks source link

Forging Center - Rank Animation is wrong #38

Closed maxkordek closed 8 years ago

maxkordek commented 8 years ago

The bar should start at the top, it starts somewhere in the middle.

image

(Picture taken from the community)

mrv777 commented 8 years ago

This is caused by var totalDelegates = 108; here: https://github.com/LiskHQ/lisk-ui/blob/development/js/controllers/forgingController.js#L134

karmacoma commented 8 years ago

Well spotted @mrv777, thanks 👍