Skip to content

Lightning fast ⚡ Responsive SVG candlestick chart generation in Javascript

License

Notifications You must be signed in to change notification settings

r3l0c/chartaholic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest Version GitHub last commit Views jaggedsoft on Twitter

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 Binance Futures: BTC Binance OGN-BTC Line Chart

The goal is to become an open source alternative to TradingView with built-in functions available in Javascript.

Getting Started

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 ⭐
  • Fork and Clone! Awesome
  • Select existing issues or create a new issue 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 Contributors Stargazers over time jaggedsoft on Twitter

About

Lightning fast ⚡ Responsive SVG candlestick chart generation in Javascript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 86.8%
  • CSS 10.1%
  • HTML 3.1%