-
Notifications
You must be signed in to change notification settings - Fork 0
pythononwheels/smart_chart
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
## 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
About
small python tools to generate hmlt/javascript based web-charts from csv files. Using the google chart tools.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published