kendricktan / ledger-analytics

Easy to use analytics/visualization tool for ledger-cli
https://kndrck.co/posts/ledger-analytics/
MIT License
296 stars 15 forks source link

How to - In growth view mouseover add a space between currency and amount? #6

Closed RidaAyed closed 6 years ago

RidaAyed commented 6 years ago

Hi Having a space between currency and amount would increase readabilty.

How can I do this?

Screenshot

kendricktan commented 6 years ago

Hello,

You can manually add a space between baseCommodity and toFixed(2) here https://github.com/kendricktan/ledger-analytics/blob/master/src/components/charts/stacked-area.js#L106

I'm currently fixing up the codebase so I won't be updating it globally for a while

kendricktan commented 6 years ago

This is fixed on the latest release :smile: