mui / mui-x

MUI X: Build complex and data-rich applications using a growing list of advanced React components, like the Data Grid, Date and Time Pickers, Charts, and more!
https://mui.com/x/
4.57k stars 1.34k forks source link

[charts] Add OHLC Series Chart #13045

Open joserodolfofreitas opened 6 months ago

joserodolfofreitas commented 6 months ago

Summary

SCR-20240507-thpy

OHLC (Open-High-Low-Close) charts are crucial for visualizing price movements and are a valuable addition along the candlestick charts.

OHLC vs. Candlestick

OHLC charts and candlestick charts #13044 are very similar and actually convey the same data. The main difference lies in how they visually represent that data.

Other use cases

These charts can be used to track the performance of any asset over time, not just financial instruments. For example, you could use an OHLC chart to visualize website traffic fluctuations, sales figures over a period, or even track the closing price of a rare baseball card collection.

Benchmark

Search keywords: ohlc

joserodolfofreitas commented 6 months ago

We may be able to use a base from the candlestick implementation.