mariostoev/finviz

Header labels are not aligned with content

Opened this issue · 2 comments

igalci commented

Here is a sample row:

{'No.': '445', 'Ticker': 'YINN', '\r\n ': 'Direxion Daily FTSE China Bull 3X Shares', '\r\n': 'Financial', 'Company': 'Exchange Traded Fund', 'Sector': 'USA', 'Industry': '-', 'Country': '-', 'Market Cap': '2.44M', 'Outstanding': '28.71', 'Avg Volume': '-0.07%', 'Price': '-', 'Change': '12/3/2009'},

As you can see, 2 headers come out as '\r\n ' and '\r\n' and skew everything to the right by 2. So the last 2 headers don't fit in at all.

Is it just me or is everyone experiencing this?

No, not just you. It still does that to me as well.
However, I had to take care of it on my end.
You are right that the headers are shifted by 2 to the right.

igalci commented

I fixed it. Feel free to accept my pull request, or install my version direct.

#184