Commit Graph

171 Commits

Author SHA1 Message Date
9bd4d089b5 markers finished, subsecond precision supported 2024-06-11 09:06:56 +02:00
23fbf3a23d markers pd series support 2024-06-10 22:34:21 +02:00
d6a7fa1e3c leftScale to subchart 2024-06-10 21:17:03 +02:00
10aca2b794 leftScale parameter in JupyterChart and other charts 2024-06-10 21:08:56 +02:00
2b2e9c1cb3 leftScale as new Chart parameter 2024-06-10 20:57:38 +02:00
a875b9bf23 Merge branch 'main' of https://github.com/drew2323/lightweight-charts-python into main 2024-06-10 16:52:53 +02:00
070896e016 css update 2024-06-10 16:52:51 +02:00
d4dee4ddea Update README.md 2024-06-10 16:49:38 +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
3e2210ca02 fix histogram not showing in legend 2024-06-08 11:09:00 +01:00
5915160274 fix method 2024-06-08 10:54:27 +01:00
a3e022c0a9 update version number 2024-06-05 14:25:35 +01:00
65e8d3d8b2 update docs 2024-06-05 14:24:27 +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
54537594b5 Merge pull request #385 from louisnw01/2.0
2.0
2024-06-01 13:40:57 +01:00
e4f53a89f5 Merge branch 'main' into 2.0 2024-06-01 13:39:07 +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
ca93ddbcb1 implement context manager 2024-05-31 16:35:21 +01:00
19a4f5f114 update docs 2024-05-29 19:02:03 +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
8cd4eed2c0 fix 2024-05-27 22:46:15 +01:00
35eb62ac29 implement () event. 2024-05-27 22:39:33 +01:00
16b07546e2 implement keep_drawings 2024-05-27 22:24:55 +01:00
eaa961a184 allow multiple range_change selectors 2024-05-25 14:33:09 +01:00
f5488fbf22 reimplement markers 2024-05-25 14:19:44 +01:00
a52cd8f4a7 add support for pyqt6, throw error and suggest downgrade for wx, streamlit, jupyter 2024-05-25 13:36:54 +01:00
ad2daeb95e update setup.py 2024-05-19 18:12:29 +01:00
d34acfb4a2 fix pywebview version till 2.0 2024-05-19 17:38:15 +01:00
906571e4fb implement fill color option for boxes, start wx integration 2024-05-16 11:25:42 +01:00
f8c0a5754d fix drawing delete method 2024-05-06 12:35:42 +01:00
299ad6a4ae fix box options not working 2024-05-06 12:26:21 +01:00
acdccc428c catch JavaScriptException (and ignore if pywebview version < 5) 2024-05-06 11:47:19 +01:00
2d1ff5ce46 ensure two point drawings have a logical point value 2024-05-05 15:30:06 +01:00
07383e9c54 update .gitignore 2024-04-28 23:47:49 +01:00
470fc57971 fix box default option bug 2024-04-28 23:33:14 +01:00
8bf4469c17 Merge branch 'main' into 2.0 2024-04-14 16:42:19 +01:00
b0e1e10edd Merge pull request #303 from pranavladkat/main
Fix minor bugs in Table and Menu widget
2024-04-14 16:41:34 +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
aac6b87b5e Add set() method to menu widget
- https://github.com/louisnw01/lightweight-charts-python/issues/300
2024-02-24 08:29:57 -08:00
b29ac581f4 support async functions for table
- https://github.com/louisnw01/lightweight-charts-python/issues/296
2024-02-24 08:29:57 -08:00
a91ea493d7 Update docs, setup.py, conf.py 2024-02-24 13:37:49 +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