Commit Graph

4 Commits

Author SHA1 Message Date
527130e618 Ability to save drawings
- Added `toolbox` to the common methods.
- `toolbox.save_drawings_under` can save drawings under a specific `topbar` widget. eg `chart.toolbox.save_drawings_under(chart.topbar[’symbol’]`)
- `toolbox.load_drawings` will load and display drawings stored under the tag/string given.
- `toolbox.export_drawings` will export all currently saved drawings to the given file path.
- `toolbox.import_drawings` will import the drawings stored at the given file path.

Fixes/Enhancements:
- `update` methods are no longer case sensitive.
- HorizontalLines no longer throw cyclic structure errors in the web console.
- `API` methods can now be normal methods or coroutines.
2023-07-20 21:52:17 +01:00
b2ceae59b7 Add sponsorship button 2023-07-17 22:46:56 +01:00
851f0fb874 Delete .github directory 2023-07-17 22:44:15 +01:00
68301cf17f edit .github 2023-07-17 22:42:52 +01:00