Skip to content

rashearth/chartjs-chart-financial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chart.js Financial Charting

Chart.js module for charting financial securities

Currently supports the Candlestick element. Pull requests are welcomed to add support for the OHLC element

Usage and Roadmap

This module has not yet had its initial release and is not yet available on npm

Chart.js 2.7.0 added our timeseries scale as new option called distribution: series. This has greatly improved support for financial timeseries.

We would like to add better tick/label generation before having an initial release.

As we near an initial release we will add documentation. For now, please see the samples directory.

Comparison

Because Chart.js utilizes canvas it is more performant than the majority of JavaScript charting libraries. ZingChart and Highcharts with the boost module are two options that also offer canvas rendering and may be performant.

Most chart libraries don't have great handling of timescale axes. AmCharts is one exception to this.

We are aiming to make Chart.js the only popular JavaScript library that is both performant and has good timescale handling.

Building

npm install
gulp

About

Chart.js module for charting financial securities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%