Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 502 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 502 Bytes

Financial Candlestick Chart using React and d3.js

Demo of the chart: https://alvin-yang68.github.io/Financial-Candlestick-Chart/

This chart shows the daily low, high, open and close of Apple stock. Each “candle” represents a single trading day. A specialized x-axis is used to avoid gaps on the weekend when the markets are closed. Data downloaded from Observable. Original data sourced from: Yahoo Finance.