Results 171 comments of flywire

> "Holding period" for a trade isn't really a holding period, it's weighted average holding period of individual transactions in a trade! ... the fact that it's what being used...

Usecase is making values and dates available as separate arrays. The last line shows the data from reading excel cells (in LibreOffice Calc). `excel2date` converts the date to the format...

**Excel xirr** ``` Date Credit xirr 31/12/2019 80.00 31/12/2020 -100.00 0.25 31/12/2020 100.00 30/06/2021 -5.00 31/12/2021 -104.50 0.10 0.17 ``` **Proposed UDF xirr** ``` Date Credit Balance xirr 31/12/2019 80.00...

LibreOffice Calc [implementation](https://stackoverflow.com/q/68833486/4539999) under development.

As shown in: ![](https://user-images.githubusercontent.com/6764484/63998664-e641f980-cb01-11e9-9eea-2de7472c047b.png) [Layer Settings Default Pen Width](https://github.com/xanderdin/LibreCAD_dxf2pdf_standalone/issues/2#issuecomment-526479333)

> `flowchart-elk` will do the job. No, does not work for an even number of nodes and badly screws the order. **Original:** ![image](https://github.com/mermaid-js/mermaid/assets/11288701/2bf7dffb-c396-41c4-932d-3df30cf8a120) [link](https://mermaid.live/edit#pako:eNpNzbEOwiAUheFXIXdqkzLoyNaKT6DjXW7g1jYWMAgxpum7S3XA7UvOn5wVTLAMCsYlvMxEMYmrRi9E3zR9234lpJRiqDxV6srzzuHXHv58RA8dOI6OZluO1n1DSBM7RlCFluIdAf1WOsopXN7egEoxcwf5YSmxnukWyYEaaXny9gEKXjOA) **-elk:** ![image](https://github.com/mermaid-js/mermaid/assets/11288701/1ba7d300-eb07-4d89-8749-1d083e41cbe6) [link](https://mermaid.live/edit#pako:eNpNzb0KwjAUhuFbCWdqoRl0zNYar0DHLIfk1JbmR9IEkdJ7N9Uhbg98L3wb6GAIBIw2vPSEMXGyC7tL5Rnrm6Zv268Y55wNlZdKWXk9OPza05_PykMHjqLD2ZSz7dgUpIkcKRCFBuOiQPm9dJhTuL29BpFipg7y02AiOeMjogMxol1p_wANcjTp)

@knsv this is a duplicate of (ie newer than) #2805. Would you mind looking at https://github.com/mermaid-js/mermaid/issues/2805#issuecomment-1148595864?

No, need more flexible label alignment in general. ``` flowchart TD A-->B subgraph gb ["nok_______"] B end ``` ![image](https://user-images.githubusercontent.com/11288701/172146556-26b89bd8-c0a5-4eda-a305-7e974b37b5b7.png)

Useful alignments. 1. Horizontal: * left * centre * right * indent * undent 1. Vertical: * top * middle * bottom

> i've spent hours trying and cannot figure it out. Intuitively this type of manipulation seems easy but impossible in practice. The user guide should give more detail/examples of what...