Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/superpenguin/lightweight-charts-example
Examples for https://github.com/tradingview/lightweight-charts
https://github.com/superpenguin/lightweight-charts-example
Last synced: 12 days ago
JSON representation
Examples for https://github.com/tradingview/lightweight-charts
- Host: GitHub
- URL: https://github.com/superpenguin/lightweight-charts-example
- Owner: SuperPenguin
- License: mit-0
- Created: 2020-04-18T00:35:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T07:35:38.000Z (over 1 year ago)
- Last Synced: 2024-10-11T09:55:21.196Z (29 days ago)
- Language: TypeScript
- Homepage:
- Size: 1.39 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Instructions
Run `npm install` to install all dependencies, then run any scripts below to run any example you wish.
Parcel server is running by default at port 1234.# Example list
- `npm run charts-button` - Adding button relative to chart viewport
- `npm run priceline-element` - Adding element on price line
- `npm run resize-observer` - Responsize chart size using [ResizeObserver](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver)