danielfireman / isumm

Simple and nerd way to easily summarize investiments.
GNU Affero General Public License v3.0
1 stars 3 forks source link

Fixing units for interest rate chart. #22

Closed IdNotFound closed 8 years ago

IdNotFound commented 8 years ago

It was in range [0,1], but it is more readable and consumed by humans in the range [0,100]%.

Graphs already add the '%' unit, so all that was missing was multiplying by 100.

(related to #2)