Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class LineChartActivity : DemoBase(), OnSeekBarChangeListener, OnChartValueSelec
labelPosition = LimitLabelPosition.RIGHT_TOP
textSize = 10f
typeface = tfRegular
lineColor = Color.RED
lineColor = Color.CYAN
rangeColor = Color.argb(30, 255, 235, 0)
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class LineChartActivityColored : DemoBase() {
val set1 = LineDataSet(values, "DataSet 1")

// set1.setFillAlpha(110);
// set1.setFillColor(Color.RED);
// set1.setFillColor(Color.CYAN);
set1.lineWidth = 1.75f
set1.circleRadius = 5f
set1.circleHoleRadius = 2.5f
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ open class RadarChartRenderer(

paint.style = Paint.Style.FILL
paint.strokeWidth = 2f
paint.color = Color.RED
paint.color = Color.CYAN

webPaint = Paint(Paint.ANTI_ALIAS_FLAG)
webPaint.style = Paint.Style.STROKE
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading