gpui-component/docs/docs
amiyzku 9b3b2802cc chart: Add candlestick chart (#1749)
## Description

Add `CandlestickChart` component for visualizing financial OHLC data
with candlestick patterns.

- Introduced a new CandlestickChart for displaying OHLC (Open, High,
Low, Close) values.
- Updated ChartStory to include stock price data and render multiple
candlestick chart variations.
- Enhanced theme with bullish and bearish colors for candlestick
representation.
- Updated documentation to include CandlestickChart examples and usage.

This addition enhances the charting library by providing a crucial tool
for visualizing stock market trends.

## Screenshot

<img width="1335" height="423" alt="image"
src="https://github.com/user-attachments/assets/5df7078e-a469-4262-b645-6434d08b7ccf"
/>

## How to Test

```bash
cargo run -p gpui-component-story
```

## Checklist

- [x] I have read the [CONTRIBUTING](../CONTRIBUTING.md) document and
followed the guidelines.
- [x] Reviewed the changes in this PR and confirmed AI generated code
(If any) is accurate.
- [x] Passed `cargo run` for story tests related to the changes.
- [ ] Tested macOS, Windows and Linux platforms performance (if the
change is platform-specific)
2025-12-08 10:53:16 +08:00
..
components chart: Add candlestick chart (#1749) 2025-12-08 10:53:16 +08:00
assets.md assets: Move assets files into crates/assets folder for crate publish. (#1609) 2025-11-14 19:00:29 +08:00
context.md docs: Add Context & ElementId doc. (#1460) 2025-10-29 23:37:26 +08:00
element_id.md docs: Add Context & ElementId doc. (#1460) 2025-10-29 23:37:26 +08:00
getting-started.md docs: Improve docs to use variable version from toml. (#1603) 2025-11-14 16:10:48 +08:00
index.md docs: Improve docs to use variable version from toml. (#1603) 2025-11-14 16:10:48 +08:00
installation.md docs: Improve docs to use variable version from toml. (#1603) 2025-11-14 16:10:48 +08:00
root.md example: Follow up #1594 missed changes. (#1595) 2025-11-14 11:22:55 +08:00
theme.md docs: Fix theme_name type (#1614) 2025-11-17 09:56:24 +08:00