-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
34 lines (23 loc) · 1.02 KB
/
README.txt
File metadata and controls
34 lines (23 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
## smart_chart:
smart chart is a small set of python tools
to automatically generate (nice) charts from
csv File Data using the google chart tools.
### 1st tool: create_bubble_chart.py
function: generates a bubble chart from csv input.
configurable through a config file (see: bubble_chart_config.py)
Output graphs can be seen in the github wiki.
### 2nd tool: create_bar_chart.py
function: generates a bar chart from csv input.
configurable through a config file
Output graphs can be seen in the girhub wiki.
### 1st tool: create_tree_chart.py
function: generates a tree chart from csv input.
configurable through a config file
Output graphs can be seen in the github wiki.
### Test it
A csv sample input and a config file is included, so
you can just checkout the source and test it right away.
### prerequisites
* python 2.x
### All code and data are processed and rendered in the browser. No data is sent to any server.
### comments / questions: khz@tzi.org