portfolio icon indicating copy to clipboard operation
portfolio copied to clipboard

See only ticket in chart inside performance tab

Open fafato1 opened this issue 7 months ago • 7 comments

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

fafato1 avatar Nov 21 '23 15:11 fafato1

+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.

pfalcon avatar Nov 21 '23 16:11 pfalcon

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.

chirlu avatar Nov 21 '23 16:11 chirlu

Yeah! Ticker image

fafato1 avatar Nov 21 '23 17:11 fafato1

Have any way that i can help with this?

fafato1 avatar Nov 30 '23 15:11 fafato1

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 avatar Dec 12 '23 08:12 buchen

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 avatar Dec 12 '23 08:12 buchen

Bildschirmfoto 2023-12-12 um 10 02 40

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

buchen avatar Dec 12 '23 09:12 buchen