Difference between revisions of "Activities/Chart"

From Sugar Labs
Jump to navigation Jump to search
(Migrate to GitHub)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[File:Activity-chart.svg|link=]]
+
== Chart ==
== About ==
 
  
Chart 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
  
'''New charts:'''
+
The source file has been moved to [https://github.com/godiard/help-activity/blob/master/source/chart.rst GitHub]
 
 
[[File:Chart1.png|300px]]
 
[[File:Chart2.png|300px]]
 
 
 
[[File:Chart3.png|300px]]
 
[[File:Chart4.png|300px]]
 
 
 
'''Fullscreen Mode:'''
 
 
 
[[File:Chart5.png|300px]]
 
 
 
'''Help Button:'''
 
 
 
[[File:Chart6.png|300px]]
 
 
 
'''Old Charts:'''
 
 
 
[[File:Simplegraph.png|300px]]
 
[[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]]
 
 
 
== Download ==
 
 
 
Download from ASLO: http://activities.sugarlabs.org/en-US/sugar/addon/4534
 
 
 
== Development ==
 
 
 
Git repository:
 
 
 
http://git.sugarlabs.org//simplegraph
 
 
 
Chart uses PyCHA library:
 
 
 
https://bitbucket.org/lgs/pycha
 
 
 
=== 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