Commit Graph

20 Commits

Author SHA1 Message Date
3bc515e631 Update README.md 2023-05-20 01:58:46 +01:00
445d9b67d3 Cover picture 2023-05-20 01:49:12 +01:00
76b5b7a161 - Fixed a bug causing the library to throw errors when used with python 3.9.
- Fixed a bug that did not size the multi pane charts correctly.
- Implementation of the ‘grid’ common method.
2023-05-20 01:45:40 +01:00
b60e9705cb - Fixed a bug causing the library to throw errors when used with python 3.9.
- Fixed a bug that did not size the multi pane charts correctly.
- Implementation of the ‘grid’ common method.
2023-05-20 01:14:01 +01:00
0e709040d5 Update docs 2023-05-18 23:47:11 +01:00
a5df5dedfc Update README.md 2023-05-18 23:38:17 +01:00
8011616af8 New Feature: Multi-Pane Charts
- Added the create_subchart method to Chart.
- Added the SubChart class.
- Added an inner_width and inner_height parameter to Chart.
- The time_scale method can now disable the time scale completely.

Bugs:
- Fixed a bug which prevented markers from being placed on charts with a timescale less than a day.
2023-05-18 23:28:51 +01:00
6237cf4d5a New Feature: Multi-Pane Charts
- Added the create_subchart method to Chart.
- Added the SubChart class.
- Added an inner_width and inner_height parameter to Chart.
- The time_scale method can now disable the time scale completely.

Bugs:
- Fixed a bug which prevented markers from being placed on charts with a timescale less than a day.
2023-05-18 23:14:04 +01:00
0f061ae803 Fixed mistake in docs. 2023-05-17 15:25:38 +01:00
88c8a266ec - Fixed an issue which caused JavaScript variables of the same name to be declared twice.
- Refactoring to allow the widget classes to use the subscribe_click method.
2023-05-17 12:45:54 +01:00
993fbe8ed8 Fixed a bug related to the latest version of pywebview causing charts not to load. 2023-05-17 00:17:28 +01:00
00bb1c5536 RTD 2023-05-16 22:20:47 +01:00
18b9b8ff41 RTD 2023-05-16 01:44:23 +01:00
3d1c096025 RTD 2023-05-16 01:41:10 +01:00
c3dc4573f7 RTD 2023-05-16 01:38:06 +01:00
a489c66d0b RTD 2023-05-16 01:32:30 +01:00
202acd805e Update README.md 2023-05-15 12:56:00 +01:00
7c125b24ec - Added support for PyQt.
- Refactored widgets to catch ModuleNotFoundErrors.
2023-05-15 12:28:25 +01:00
d8424d6da3 - Added missing docstrings (line.set(), chart.hide(), chart.exit()).
- Updated chart.exit() to destroy objects and terminate the webview process.
- Fixed WxChart not expanding correctly and removed its width and height parameters.
- Fixed KeyboardInterrupt error message when using show(block=True).
2023-05-12 12:56:53 +01:00
5b0a8cd51f first commit 2023-05-10 20:45:23 +01:00