Commit Graph

212 Commits

Author SHA1 Message Date
3f06e6411a chore(example): remove 7_price_scale_options 2024-01-13 23:32:01 +08:00
ff0cbf10a2 chore(.gitignore): remove docs/source/_ext/** entry 2024-01-13 23:30:42 +08:00
444942d43f Merge pull request #251 from traderjoe1968/position_fix
subchart Position fix
2024-01-12 17:26:27 +00:00
74db7b5353 Fix string type dates not being parsed.
Fix table flex alignment

Topbar switcher values now update immediately
2024-01-12 17:09:23 +00:00
bbac48078c position_fix 2024-01-07 19:32:08 +11:00
94eb167a42 Revert "Position Fix"
This reverts commit b782c01193.
2024-01-07 19:29:28 +11:00
b782c01193 Position Fix 2024-01-07 19:28:58 +11:00
8aa9590590 chore(example): code format 2024-01-02 19:04:57 +08:00
91ebbdb529 init(example): price_scale_options.py 2024-01-02 18:56:40 +08:00
fb773954fd docs(abstract): remove extra symbols to relect from original 2024-01-02 18:40:28 +08:00
164cbcdf46 docs(abstract): reflect docs style of def price_scale 2024-01-02 18:38:30 +08:00
2fb842a149 docs(abstract): remove residual 2024-01-02 18:11:36 +08:00
63b8c6bcf3 fix(abstract): fix f-string structure 2024-01-02 18:10:46 +08:00
75cc4260ac docs(format): add quote block for consistency 2024-01-01 21:06:33 +08:00
be65adfd39 init: .gitignore for doc files 2024-01-01 20:15:55 +08:00
036af89988 docs(abstract-chart): reflect changes from Abstract API 2024-01-01 17:44:09 +08:00
89695717c2 feat(abstract): introduce other 4.1 PriceScaleOptions 2024-01-01 17:41:33 +08:00
92b8fd0a04 Update examples to fit ms timestamps
Cleanup PolygonChart `title`, `screen` error.
2023-12-22 00:23:51 +00:00
9ed9996257 Merge pull request #225 from neodino/main
fix: #223 super init updated to aligh with Chart class init
2023-12-22 00:04:38 +00:00
c44282e49e fix: #223 super init updated to aligh with Chart class init 2023-12-16 01:34:11 +11:00
da2a5103fa Enhancements & Bug Fixes
- Added the `color_based_on_candle` parameter to the legend, which will color the percentage change based on the candle color underneath the crosshair.
(#210)
- Fixed a bug which prevented the legend from turning off. (#216)
2023-12-10 19:48:27 +00:00
f798e5f944 Persistent Drawings 2023-11-23 19:25:36 +00:00
631afd450f Enhancements:
- Added the `title` parameter to `Chart`.

Bug Fixes:
- When passing a timestamp format to `set`, `update`, or `update_from_tick`, the unit is now by default milliseconds rather than nanoseconds.
- When using `update`, if a time is passed that occurs before the current last datapoint, an error will be raised.
2023-11-22 17:31:35 +00:00
c3645ef245 pandas ambigious hotfix 2023-11-02 11:41:03 +00:00
e587dd357c Legend hotfix 2023-10-31 22:57:09 +00:00
fecfb6531c Enhancements & Bug Fixes
- Updated to Lightweight Charts 4.1
- Topbar menu widgets will now scroll when a large number of items are added to them
- Vertical Spans can now be placed on Line objects

Bugs
- Histograms will now be deleted from the legend
- autoScale is reset to true upon using `set`.
2023-10-31 14:19:40 +00:00
5bb3739a40 Enhancements & Bug Fixes
- Line, and histogram data can now be accessed from their `data` methods.
- Fixed a bug causing `maximize` to fail if a screen is not specified
- Global events can now be coroutines or functions.
2023-10-21 14:13:11 +01:00
2c27ad66eb fix pyqt bug 2023-10-12 15:52:13 +01:00
6df0e4fd45 update docs
update setup/conf
2023-10-09 17:42:52 +01:00
33be333b41 - legend 'text' parameter for displaying static text
- table 'resize' method
2023-10-09 17:30:40 +01:00
8b6a92be62 - table heading/footer callbacks
- fix Qt contextMenuPolicy bug on PyQt5
2023-10-09 16:50:38 +01:00
ab251a7600 implement table row click callbacks for individual cells
update docs
2023-10-04 19:32:46 +01:00
f5ad8613f4 - implement table header
- implement table background color, border color, border width, heading text colors and heading background colors
2023-10-02 19:11:18 +01:00
2e71edaf7a SwitcherWidget.set implementation 2023-10-02 17:31:24 +01:00
2bd4c7c037 Bug Fixes:
- Screen now defaults to the active screen rather than the `0` screen.
- `null` values given in chart data are now removed and replaced with whitespace.
- Closing the chart window now cleanly exits.
- Fixed a bug causing the `offset` parameter to be greater than `0` when there is no offset.
2023-09-29 12:03:49 +01:00
d43e7c24e7 Enhancements:
- Hotkeys can now use any character, and modifier keys are not required.
- Refactored the colors of the topbar, searchbox, toolbox, and widgets for consistency.
- Toolbox/interval refactoring and simplification.
- Histograms now show up in the legend, and will use shorthand notation by default (e.g 34k rather than 34000).
2023-09-24 15:09:45 +01:00
43eab9854d Modify hotkey implementation 2023-09-15 12:30:38 +01:00
2f1ad83b4d Merge pull request #114 from jamesbaber1/main
Made modifier key optional and adding support for more than just single alphnumeric keycodes
2023-09-15 12:20:22 +01:00
f4dcb0d8fd - handled upper lowercase 2023-09-14 10:12:33 -05:00
2219b32bd6 - change var name 2023-09-14 10:01:35 -05:00
5b792fbaa2 - reverted arg order change
- switched to using event.key when no modifier
2023-09-14 09:52:05 -05:00
36fae9fe15 Merge branch 'louisnw01:main' into main 2023-09-14 09:25:22 -05:00
b1f007f6d0 Enhancements:
- added the `align` parameter to all topbar widgets, allowing for individual widgets to be placed either on the left or right hand side of the topbar.
- Disabled QtChart’s context menu by default.

Bug Fixes:
- The `screenshot` method now works for subcharts.
- Tables will still render if a `NoneType` is passed to them as a value.
- Qt and Wx charts no longer throw an error when using the toolbox.
2023-09-14 10:51:10 +01:00
c60a918bb7 - made modifier key optional
- handle multi character key names
2023-09-13 16:50:02 -05:00
8f65a7fc96 - Fixed legend not hiding when resizing to 0
- Added the `menu` widget to the topbar.
2023-09-06 12:46:52 +01:00
7891c1bc64 Add issue_templates 2023-09-05 12:39:15 +01:00
555573b54b Enhancements:
- added the `create_histogram` method and the `Histogram` object.
- added the `round` parameter to `trend_line` and `ray_line`
- chart.set can now be given line data.

Bug Fixes:
- `NaN` values can now be given when setting data, and will leave a blank space in the data.
- `resize` will now change the chart wrapper’s size as well as the chart itself.
2023-09-04 20:29:15 +01:00
8532d48e5d update version number 2023-09-03 17:12:17 +01:00
2ff9d985a8 Merge pull request #97 from jamesbaber1/main
Fixed numpy value error on string
2023-09-03 17:08:56 +01:00
aad2a988b7 Enhancements:
- The `start_date` parameter of `vertical_span` can take a list or tuple of dates to create multiple vertical lines.
- Added style parameters to drawings.

Bug Fixes:
- `VerticalSpan.delete()` now works as intended.
- Drawings no longer show up in the legend
2023-09-03 17:08:10 +01:00