Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaggedsoft/chartaholic
Lightning fast ⚡ Responsive SVG candlestick chart generation in Javascript
https://github.com/jaggedsoft/chartaholic
chartaholic charts cryptocurrency forex svg
Last synced: 4 months ago
JSON representation
Lightning fast ⚡ Responsive SVG candlestick chart generation in Javascript
- Host: GitHub
- URL: https://github.com/jaggedsoft/chartaholic
- Owner: jaggedsoft
- License: gpl-3.0
- Created: 2019-02-11T15:29:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-08T23:59:24.000Z (almost 3 years ago)
- Last Synced: 2024-04-18T05:56:55.967Z (10 months ago)
- Topics: chartaholic, charts, cryptocurrency, forex, svg
- Language: JavaScript
- Homepage: https://liquidity.ltd
- Size: 195 KB
- Stars: 24
- Watchers: 1
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Latest Version](https://img.shields.io/github/release/jaggedsoft/chartaholic.svg?style=flat-square)](https://github.com/jaggedsoft/chartaholic/releases) [![GitHub last commit](https://img.shields.io/github/last-commit/jaggedsoft/chartaholic.svg?maxAge=2400)](#) [![Views](http://hits.dwyl.io/jaggedsoft/chartaholic.svg)](http://hits.dwyl.io/jaggedsoft/chartaholic) [![jaggedsoft on Twitter](https://img.shields.io/twitter/follow/jaggedsoft.svg?style=social)](https://twitter.com/jaggedsoft)
> This software is open source and depends on contributions from the community. Under the GNU GPL v3 License, you are given permission to use this freely for any purpose you like, with no liability and no warranty, as long as you make the source code of any improvements available for all.
#### Examples: Live demo using Binance data: https://liquidity.ltd
![Indicator Example](https://cdn.discordapp.com/attachments/538472814626209793/697188143409004615/darkpool-liquidity.png)
![Binance Futures: BTC](https://cdn.discordapp.com/attachments/538472814626209793/697187567937912902/darkpool.png)
![Binance OGN-BTC](https://cdn.discordapp.com/attachments/538472814626209793/697188018217549824/darkpool.png)
![Line Chart](https://media.discordapp.net/attachments/569865969120575519/709597735799750666/unknown.png)
> The goal is to become an open source alternative to TradingView with built-in functions available in Javascript.#### Getting Started
```js
let chart = new Chartaholic( "#chart", { ticks: ohlc } );
let chart = new Chartaholic( "#chart", { theme: "blue", keys: { time: "time_open" }, ticks, title, usd:true, overlay, annotations } );
```## Contribution
- Give us a star :star:
- Fork and Clone! Awesome
- Select existing [issues](https://github.com/jaggedsoft/chartaholic/issues) or create a [new issue](https://github.com/jaggedsoft/chartaholic/issues/new) and give us a PR with your bugfix or improvement after. We love it ❤️Need a capable market maker for your project? Visit https://liquidity.ltd
![Stars](https://img.shields.io/github/stars/jaggedsoft/chartaholic.svg?style=for-the-badge&label=Stars) ![Contributors](https://img.shields.io/github/contributors/jaggedsoft/chartaholic.svg?style=for-the-badge&maxAge=86400)
[![Stargazers over time](https://starcharts.herokuapp.com/jaggedsoft/chartaholic.svg)](https://starcharts.herokuapp.com/jaggedsoft/chartaholic) [![jaggedsoft on Twitter](https://img.shields.io/twitter/follow/jaggedsoft.svg?style=social)](https://twitter.com/jaggedsoft)