How to color bar chart items the same as Candles
Open
- Dominant language
- Swift
- Stars
- 28k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
I have CombinedChartView with `candleData` and `barData` with the same dates. CandleData has `increasingColor` and `decreasingColor`. How to color bar chart items the same as Candles, I mean if candle is increasing color chart item by increasingColor and if candle is decreasing color chart item by decreasingColor?
Contributor guide
Research direction
Start by reading the CombinedChartView configuration and the candleData and barData entry points described in the issue. Trace how dates and candle increasingColor/decreasingColor are represented, then verify that bar items for matching dates use the corresponding candle color in a combined chart.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- data-visualization, mobile-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100