From eda151bff5c1d8760577ae02632953f0018aa299 Mon Sep 17 00:00:00 2001 From: DiTus Date: Sat, 21 Mar 2026 11:36:17 +0100 Subject: [PATCH] feat: implement professional drawing tools with selection and editing support --- index.html | 80 ++++--- js/ui/chart.js | 359 ++---------------------------- js/ui/drawing-tools.js | 483 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 546 insertions(+), 376 deletions(-) create mode 100644 js/ui/drawing-tools.js diff --git a/index.html b/index.html index 24f7815..17fb4db 100644 --- a/index.html +++ b/index.html @@ -105,44 +105,60 @@
- -
- - - - - - + + + + +
+ +
+ + + + + + + + + + +
+ +
+ + +