Commit Graph

67 Commits

Author SHA1 Message Date
1c72818dae fixed 0 doesnt update in legend 2024-11-21 13:43:28 +01:00
92acc2b96a fix 2024-11-15 09:41:16 +01:00
ada85883c7 fix 2024-11-15 09:35:55 +01:00
3adf0b9ce3 fix 2024-11-15 09:33:50 +01:00
1551f6f904 fix 2024-11-15 09:23:35 +01:00
33c2d47858 fix 2024-11-15 09:21:52 +01:00
cab85bb4f8 fix 2024-11-15 09:18:40 +01:00
37af631a3e fix 2024-11-15 09:12:26 +01:00
f1024d551f fix 2024-11-15 09:04:27 +01:00
2b607f96be fix 2024-11-15 09:01:02 +01:00
81996a1891 fix 2024-11-15 08:43:46 +01:00
e526940717 fix 2024-11-15 08:33:39 +01:00
0e88137927 fix 2024-11-15 07:54:00 +01:00
5407e22bd6 fix 2024-11-15 07:46:43 +01:00
ef192e82f9 fix 2024-11-15 07:38:46 +01:00
1f4aa4fa8e fix 2024-11-15 07:25:08 +01:00
1deb397e28 fix 2024-11-15 07:10:41 +01:00
2c656fa640 fix 2024-11-15 07:00:58 +01:00
6393e618ce fix 2024-11-15 06:13:54 +01:00
b336857832 fix 2024-10-20 15:11:22 +02:00
4b54588f61 minBarSpacing defaults 2024-06-11 09:30:56 +02:00
2b2e9c1cb3 leftScale as new Chart parameter 2024-06-10 20:57:38 +02:00
070896e016 css update 2024-06-10 16:52:51 +02:00
c0338229e9 colored legend, self picking colors, left scale, pd.series support in set 2024-06-10 16:41:43 +02:00
e93d9ebcef custom changes 2024-06-10 16:18:19 +02:00
3267267350 rename test.html to index.html, add UTF-8 meta tag to index.html 2024-06-08 11:15:24 +01:00
c3af596f91 ensure textboxes and searchboxes do not clash, fix legend item deletion, fix legend throwing error 2024-06-05 14:24:16 +01:00
114b02bcbf drawings can be placed on any series, reimplement jupyter, implement editable text boxes, allow for whitespace data within charts if they are NaN values, fix legend bug 2024-06-01 13:21:45 +01:00
a8a11efcf6 reimplement raylines 2024-05-31 18:29:52 +01:00
7915863a64 implement toggleable buttons; menu items can now be changed; add horizontal line and vertical line labels 2024-05-31 17:25:55 +01:00
8ff980abfc move to iife rather than es, add support for Wx and streamlit 2024-05-29 19:01:48 +01:00
c518cb335b fix save drawings bug, ensure html files are copied into package 2024-05-29 11:41:41 +01:00
16b07546e2 implement keep_drawings 2024-05-27 22:24:55 +01:00
906571e4fb implement fill color option for boxes, start wx integration 2024-05-16 11:25:42 +01:00
299ad6a4ae fix box options not working 2024-05-06 12:26:21 +01:00
3fdd19e3ce implement drawing methods, fix horizontal line bug, continue refactor 2024-04-14 16:29:15 +01:00
3ead45f858 remove horizontal line array methods on SeriesCommon, fix horizontal lines callbacks 2024-03-30 17:42:06 +00:00
e9f21b3b0e 2.0 first commit 2024-03-30 15:38:34 +00:00
fff23bd477 Add sync_crosshairs_only parameter to create_subchart (#293) 2024-02-24 13:26:59 +00:00
745c14bb7f Fix toolbox hotkey chart selection and toolbox resize display bug (#267) 2024-02-24 13:01:37 +00:00
9810940a9b Fix #278 (display 'flex' instead of 'block')
Fix syncing of chart legends (#284).
2024-02-24 11:33:18 +00:00
5861da2123 Added the render_drawings parameter to update
Added the `round` parameter to `vertical_span`
2024-01-21 14:42:54 +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
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
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
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