android-graphview Questions

1

Is it possible to do something like this: ? I have in the app LineChart with the time values (seconds) on X axis and temperature on Y axis. And it's possible that I don't have a data for some b...

3

I just want to show only X Y axes and labels on these axes and don't want to show grid lines in Android GraphView. How can I do that? Thanks in advance.
Oni asked 7/7, 2015 at 5:13

5

When trying to create a line graph with the graph-view library in android studio part of the numbers on the vertical line are being cut out.Does anybody know how to fix this? <com.jjoe64.graphv...
Peloria asked 26/3, 2016 at 2:40

2

I am trying to incorporate Android GraphView project into my app and all the time I have some strange problem with it. My app requires drawing graph from real time data. I have thread with all the...
Sidonnie asked 17/5, 2015 at 18:31

1

It is possible to make line graph more smooth? If my data have not much points on graph?
Freeze asked 1/5, 2013 at 19:49

1

Solved

How to make graphview background completely blank, not even show x axis and y axis. couldn't find anything on web
Anticipation asked 31/3, 2016 at 10:36

1

I have a line graph that I add data to each time the user enters a number. The user enters a number 50 times, so I want the x axis to range from 1 to 50 in increments of 1. On the y axis, I want it...
Maxine asked 19/11, 2015 at 19:46

0

I'm using GraphView in Android to plot realtime data (ECG), received from Bluetooth (BLE) connected sensor. After a while (5-10 sec = 500-1000 points) the application becomes extremely slow and la...

2

Solved

I wanted to plot real time data via http://www.android-graphview.org/ for data acquired in a Bluetooth thread. Thread code: InputStream tmpIn = mSocket.getInputStream(); while (true) { try { ...
Radiograph asked 13/4, 2015 at 13:54

4

Solved

So I was looking for a graph solution for my app and I stumbled on GraphView. I was looking around on the github and in the source files and I can't seem to find an integration guide. Maybe it's r...
Bactericide asked 1/3, 2013 at 10:23

4

Solved

I'm using GraphView library (see: https://github.com/jjoe64/GraphView or http://www.jjoe64.com/p/graphview-library.html) But I would like to use Date/Time for the X-as. Does anyone knows a easy wa...
Consanguineous asked 16/5, 2012 at 13:49
1

© 2022 - 2024 — McMap. All rights reserved.