ChartsOrg / ChartsOrg/Charts

How to color bar chart items the same as Candles

Open
#4,717 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.