portfolio-performance / portfolio

Track and evaluate the performance of your investment portfolio across stocks, cryptocurrencies, and other assets.
http://www.portfolio-performance.info
Eclipse Public License 1.0
2.86k stars 589 forks source link

See only ticket in chart inside performance tab #3662

Open fafato1 opened 9 months ago

fafato1 commented 9 months ago

Is your feature request related to a problem? Please describe. I'm always frustrated when i want to know how a ticket it's performing, but i need to read the complete name and search what ticket is

Describe the solution you'd like A way to see only the ticket in chart in performance tab

Describe alternatives you've considered Add a option checkbox that allow to enable/disable see only the ticket

Additional context image

pfalcon commented 9 months ago

+1. Or rather, "only security name" is shown in various performance charts/tables. I don't want to see only a name, I also want to see a ticker. And in some places, like chart legends, showing only ticker is indeed makes sense.

chirlu commented 9 months ago

By “ticket”, you seem to mean ticker symbol?

I don’t think it would be a good idea to give special treatment to the ticker symbol (doesn’t play much of a role in, e.g., Germany), but the option of renaming data series to whatever you like might be a thing.

fafato1 commented 9 months ago

Yeah! Ticker image

fafato1 commented 9 months ago

Have any way that i can help with this?

buchen commented 9 months ago

Have any way that i can help with this?

One option would be to extend DataSeriesSerializer to also store the label and then allow the user to modify the series label.

Or we modify the tooltip and or legend to also show other identifier (ticker, ISIN, WKN, ...). The underlying data series has access to the Security object. Here my main question is how to configure this...

buchen commented 9 months ago
Bildschirmfoto 2023-12-12 um 09 54 27

As a quick win, I have added a tooltip to the legend that shows the identifier (ISIN, ticker, WKN) if available

buchen commented 9 months ago
Bildschirmfoto 2023-12-12 um 10 02 40

And I added the full path of the classification for good measure.