Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)