View Single Post
Posts: 22 | Thanked: 123 times | Joined on Feb 2010
#41
Originally Posted by exe View Post
- Add a legend for colors in the exported image, as it is now i wouldnt know if a user set a color for something i cannot see (not too important)
Could be useful, but will require a reasonable amount of work. May happen someday...

Originally Posted by exe View Post
- Add a background color selection (could be easier to adjust colors for the colorblind like me lol), and also allow for adjusting transparency values (if possible, it would be nice to have a transparent wifi/grps such that colors dont interfere with each other)
Background color: could be done, but then you would probably want to change the grid color too
Transparency: I tried that for charging status, but it made kinetic scrolling kinda slow. Right now only the part of the graph that is visible is drawn. Kinetic scrolling performance could be improved by drawing the entire (which right now can be 21 days wide) graph into memory, but that will cause a noticeable delay when enabling or disabling graph elements (because the entire graph needs to be redrawn) and cause a higher memory usage.

Originally Posted by exe View Post
- Allow for splitting the exported graph into chunks (as a programmer i realize that to make this really versatile, you would have to define a start time and a period for each of the chunks but it would primarily be helpful to compare day-by-day battery consumption so a fixed daily period would do wonders for a start
Could be useful, I'll see if I can add a simple start and stop date selection for the exported image.

Originally Posted by gaute View Post
I have three suggestions:
- Logging network traffic on either interface (GPRS/3G and WLAN, i.e. two graphs: one for 3G/GPRS and one for WLAN, both combining RX and TX bytes)
- Logging call duration
- Logging cell signal strength
Interesting suggestions, will require some further research though on whether these are possible. And this will make the graph even more complex
__________________
Developer of BatteryGraph
 

The Following 4 Users Say Thank You to jwittema For This Useful Post: