Horizontal scrolling for a Time-Line chart using LineChartView

I use LineChartView( https://github.com/danielgindi/Charts ) to draw a Time-Line chart. I ran into the following problem. Can anyone help me here?

  • How to achieve scrolling in the X direction for long range values ​​instead of creating dense line charts.

  • How to set the minimum Y value for a chart? I would like to draw a chart for a positive value. It shows a negative value below.

+4
source share

Source: https://habr.com/ru/post/1685345/


All Articles