mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-04 19:47:18 +02:00
[PATCH] Compute the height of a burndown chart
Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
parent
402bac02a6
commit
210b5f54d5
3 changed files with 50 additions and 0 deletions
|
@ -83,5 +83,7 @@ int execute (const std::string&, std::vector<std::string>);
|
|||
std::string compressIds (const std::vector <int>&);
|
||||
void combine (std::vector <int>&, const std::vector <int>&);
|
||||
|
||||
unsigned burndown_size (unsigned ntasks);
|
||||
|
||||
#endif
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue