Python adaptor for TradingView Lightweight Charts
Stars
15
Forks
6
Watchers
15
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
31
commits
feat(markers): add series markers support and documentation
d1601d8View on GitHubMerge pull request #6 from ChadThackray/feat/style-options
5d94585View on GitHubMerge pull request #7 from ChadThackray/feat/fit-content
471afbfView on GitHubMerge pull request #8 from ChadThackray/feat/marker-handles
6cb6201View on GitHubfeat(markers): add SeriesMarkersApi handle for independent marker groups
6c56637View on GitHubfeat(chart): add fitContent option to auto-fit visible time range
dd94a78View on GitHubfeat(style): add StyleOptions for HTML document styling
01f6230View on GitHubRefactor to use official lwc pane api rather than rolling our own
bc7d406View on GitHubAdd ability to generate chart html/js fragments separately from the lwc code, preventing duplication and making it easier for an external library to produce custom dashboards
68101fcView on GitHubDocument that using an explicit pane index requires you to have actually created the pane beforehand
38a180fView on GitHubFix docs bug where generated charts not showing properly
69d31d0View on GitHub