Jump to content

Activities/Chart: Difference between revisions

From Sugar Labs
Rdrsadhu (talk | contribs)
Migrate to GitHub
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
== About ==
== Chart ==


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.
Read at https://help.sugarlabs.org/chart.html


[[File:Simplegraph.png|300px]]
The source file has been moved to [https://github.com/godiard/help-activity/blob/master/source/chart.rst GitHub]
[[File:Simplegraph1.png|300px]]
 
[[File:Simplegraph2.png|300px]]
[[File:Simplegraph3.png|300px]]
 
 
== Graphing StopWatch data ==
 
'''Graphing marks:'''
 
[[File:Simplegraph6.png|300px]]
[[File:Simplegraph4.png|400px]]
 
 
'''Graphing stopwatchs:'''
 
[[File:Simplegraph7.png|300px]]
[[File:Simplegraph5.png|400px]]
 
 
== Graphing Measure data ==
[[File:SimpleGraph8.png|500px]]
 
== 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

Latest revision as of 23:40, 17 June 2018

Chart

Read at https://help.sugarlabs.org/chart.html

The source file has been moved to GitHub