ChartsOrg / ChartsOrg/Charts

BubbleChartRenderer not setting proper highlight color for data sets

Open
#2,018 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
Swift
Stars
28k
Forks
6k
PR merge metrics
No merged PRs in 30d

Description

In the BubbleChartRenderer class, line 295, the highlight color is being set to:
` let color = NSUIColor(hue: h, saturation: s, brightness: b * 0.5, alpha: a)
`
when it should be:
` let color = dataSet.highlightColor
`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.