Stocks.ai Logo

Combination of JavaScript Candlestick Chart with Line

Candlestick charts are often combined with line charts for showing different parameters in financial analysis. You can also combine Candlestick graph with spline, or area chart. The given example shows the stock price of Facebook in 2016 along with its net Income and total Revenue using combination of Candle stick and line chart. It also contains source code that you can edit in-browser or save to run it locally.
Data souce: In code ( // Y: [Open, High ,Low, Close]).
Docs: https://canvasjs.com/javascript-charts/candlestick-line-chart/