Skip to content

Commit

Permalink
feat: set limit of showing data in lineChart #169
Browse files Browse the repository at this point in the history
  • Loading branch information
915dbfl committed Nov 23, 2023
1 parent 9d9b14a commit 3e25e1f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,9 @@ class StockFragment : BaseFragment<FragmentStockBinding>(R.layout.fragment_stock
yAxisLeft.textColor = Color.rgb(163, 163, 163)
yAxisLeft.setDrawAxisLine(false)
yAxisLeft.axisLineWidth = 2f
yAxisLeft.axisMinimum = 0f

val yAxis: YAxis = this.getAxisRight()
yAxis.axisLineWidth = 2f
yAxis.axisMinimum = 0f
yAxis.setDrawLabels(false)
yAxis.setDrawAxisLine(false)

Expand Down

0 comments on commit 3e25e1f

Please sign in to comment.