Chart JS
Chart JS — a dependency-free, canvas-based trading chart library. It packages the same chart engine that powers the StockSharp web terminal as a standalone, embeddable component. Render candlestick / ...
0
Downloads
☆☆☆☆☆
Rating
0
Reviews
Chart JS — a dependency-free, canvas-based trading chart library. It packages the same chart engine that powers the StockSharp web terminal as a standalone, embeddable component.
Render candlestick / OHLC data, 160+ technical indicators, footprint and volume visualizations through a simple declarative API.
- Live demo: stocksharp.github.io/Charts/demo
- Source code and documentation: github.com/StockSharp/Charts
There is no NuGet package — install from source (details in the repository):
- npm install — fetch esbuild (once)
- npm run build — bundle src into dist/
- npm run serve — open the demo at http://localhost:8791/demo/index.html
- npm test — run the ported indicator test suite
Screenshots