Difference between revisions of "Activities/Chart"

From Sugar Labs
Jump to navigation Jump to search
Line 36: Line 36:
  
 
https://bitbucket.org/lgs/pycha
 
https://bitbucket.org/lgs/pycha
 +
 +
=== Pending tasks to release version 3 ===
 +
 +
* Add help button '''DONE'''
 +
* Remove one separator in the toolbar '''DONE'''
 +
* Auto update chart title '''DONE'''
 +
* Auto resize chart '''DONE'''
 +
* etc
  
 
=== Ideas for future releases ===
 
=== Ideas for future releases ===
  
* Graph StopWatch data '''DONE'''
 
* Graph Measure data '''DONE'''
 
 
* Show a help tutorial when activity is started from scratch  
 
* Show a help tutorial when activity is started from scratch  
 
* Share, edit the data with your friends
 
* Share, edit the data with your friends
* Check if we can create the image without using one (or several) tempfile/s. '''DONE'''
 

Revision as of 00:20, 9 March 2012

About

SimpleGraph lets you do graphical representation of simple tabular data, in the form "label: value". It can draw bar charts, line charts, and pie charts.

Simplegraph.png Simplegraph1.png

Simplegraph2.png Simplegraph3.png


Graphing StopWatch data

Graphing marks:

Simplegraph6.png Simplegraph4.png


Graphing stopwatchs:

Simplegraph7.png Simplegraph5.png

Donwnload

Download from ASLO: http://activities.sugarlabs.org/en-US/sugar/addon/4534

Development

Git repository:

http://git.sugarlabs.org//simplegraph

SimpleGraph uses PyCHA library:

https://bitbucket.org/lgs/pycha

Pending tasks to release version 3

  • Add help button DONE
  • Remove one separator in the toolbar DONE
  • Auto update chart title DONE
  • Auto resize chart DONE
  • etc

Ideas for future releases

  • Show a help tutorial when activity is started from scratch
  • Share, edit the data with your friends