From 48e26728d60e7c19577c18a4cf92cf8133707886 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Fri, 25 Feb 2022 21:08:30 -0500 Subject: [PATCH] update TODO.md --- TODO.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/TODO.md b/TODO.md index 8cf4e75..0d7c8c4 100644 --- a/TODO.md +++ b/TODO.md @@ -1,14 +1,9 @@ ## TODO: -1. Fully fix integral bars -2. Proper support for dynamic chart display size. -3. Fix (very rare) crashes in parsing strings (`TextDecoder.decode: Decoding failed.`) -4. Multiple functions in one graph. +1. Multiple functions in one graph. - Backend support - - Generation of data (Done) - Integrals between functions - UI - - Dynamically create inputs (Done) - Dynamically delete inputs - Different colors - Better Handling of area and integrals -5. Non `y=` functions. \ No newline at end of file +2. Non `y=` functions. \ No newline at end of file