We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3845a28 commit b8b2f04Copy full SHA for b8b2f04
1 file changed
MPChartLib/src/main/java/com/github/mikephil/charting/renderer/LegendRenderer.kt
@@ -123,9 +123,7 @@ open class LegendRenderer(
123
)
124
}
125
126
- is ICandleDataSet if dataSet.decreasingColor !=
127
- ColorTemplate.COLOR_NONE
128
- -> {
+ is ICandleDataSet if dataSet.decreasingColor != ColorTemplate.COLOR_NONE -> {
129
val decreasingColor = dataSet.decreasingColor
130
val increasingColor = dataSet.increasingColor
131
0 commit comments