Thomas Kaul

Results 100 issues of Thomas Kaul

Ghostfolio - Open source wealth management software

The savings amount is not adjusted based on the months of the current year that have already passed. [Source Code](https://github.com/ghostfolio/ghostfolio/blob/main/libs/ui/src/lib/fire-calculator/fire-calculator.service.ts#L11)

enhancement
help wanted

Define an input property (`@Input() isAnimated: boolean`) in [GfLineChartModule](https://github.com/ghostfolio/ghostfolio/tree/main/libs/ui/src/lib/line-chart) which animates the line chart. Resource: https://www.chartjs.org/docs/next/samples/animations/progressive-line.html

enhancement
good first issue
help wanted

Summary ``` [ { symbol: 'GOOG', currency: null, date: '2009-06-15', dataSource: null, fee: Big { s: 1, e: 0, c: [Array], constructor: [Function] }, itemType: 'start', name: '', quantity: Big...

Currently, the performance chart clears the data point if only one historical market data of the whole portfolio for this specific date is missing. This leads to straight lines in...

enhancement

The line chart looks a bit frazzled, especially rendered on small screens with many data points. ![line-chart](https://user-images.githubusercontent.com/4159106/128614047-02585aca-8c36-49ea-81bf-14d1c7622421.png) Decimate the data points of `gf-line-chart` with [Data Decimation](https://www.chartjs.org/docs/latest/configuration/decimation.html).

enhancement
good first issue
help wanted

Hey guys, It would be great to have a section about the best practices in component styling: Topics could be like: * Using `css` / `sass` * Using `styleUrls` *...