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/
3.88k stars 1.17k forks source link

[charts] Add support for Candlestick #13044

Open oliviertassinari opened 1 month ago

oliviertassinari commented 1 month ago

Summary

SCR-20240507-tdnp

Candlestick charts are a popular visual tool used in technical analysis to depict price movements of a security (stock, forex, etc.) over a specific timeframe. They offer a more nuanced view compared to basic OHLC https://github.com/mui/mui-x/issues/13045 charts by incorporating the opening, high, low, and closing prices into a single bar-like element.

They offer a visually appealing way to track price movements over time.

Benchmarks

Motivation

Use Cases:

It's referenced as TBD in https://mui.com/pricing/. I'm opening this issue as I'm curious to see if there is a gap in the space for developers to want this.