Skip to content

Commit

Permalink
ChartsOrg#2047 BubbleChartRenderer colors from dataset issue (3.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpbachmann committed Jan 10, 2017
1 parent 3fe3817 commit e71b3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Charts/Renderers/BubbleChartRenderer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ open class BubbleChartRenderer: BarLineScatterCandleBubbleRenderer
break
}

let color = dataSet.color(atIndex: Int(entry.x))
let color = dataSet.color(atIndex: j)

let rect = CGRect(
x: _pointBuffer.x - shapeHalf,
Expand Down

0 comments on commit e71b3f1

Please sign in to comment.