- 
                Notifications
    
You must be signed in to change notification settings  - Fork 51
 
Open
Description
What
The line graph seems to occupy only a 3rd of the screen when i have a line with 10 items
How to replicate
Use these sample values to draw the line graph
val previewLineChart = listOf( 0.0, 300.0, 0.0, 117.0, 120.0, 19.0, 21.0, 4.0, 4510.0, 0.0, )
You'll notice that the line chart only occupies a 3rd of the screen yet if i use a list of points with lesser values the chart seems to occupy full width. example using this values
val previewLineChart = listOf(0.0, 300.0, 0.0, 117.0, 120.0,19.0)
- How does the size of the list of points affect the width of the line chart?
 - Also i noticed that even if i explicitly do not want to display the xaxis I still have to provide the data for x Axis of the graph will break (Won't be drawn)
 
Metadata
Metadata
Assignees
Labels
No labels