|
|
|
|
@ -11,10 +11,16 @@ class PALineDataSet(yVals: List<Entry>, label: String, context: Context) : LineD |
|
|
|
|
this.highLightColor = context.getColor(R.color.chart_highlight_indicator) |
|
|
|
|
this.setDrawValues(false) |
|
|
|
|
this.setDrawCircles(false) |
|
|
|
|
|
|
|
|
|
val colors = arrayOf(R.color.green_light).toIntArray() |
|
|
|
|
this.setColors(colors, context) |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//class PABarDataSet(yVals: List<BarEntry>, label: String, context: Context) : BarDataSet(yVals, label) { |
|
|
|
|
// |
|
|
|
|
// init { |
|
|
|
|
|