An open API service indexing awesome lists of open source software.

https://github.com/wikunia/table2chart

PHP/JS tool which visualizes tables automatically
https://github.com/wikunia/table2chart

Last synced: 11 months ago
JSON representation

PHP/JS tool which visualizes tables automatically

Awesome Lists containing this project

README

          

Table2Chart
=======
*Simple visualize html tables automatically*

[Table2Chart](http://github.wikunia.de/Table2Chart) chooses a chart type automatically depending on your html table.
It generates line,lineDoubleY,bar,stacked bar,pie and map charts.
Visualize your own html tables [here](http://github.wikunia.de/Table2Chart/create.php)!

Sometimes it needs a visualization to show a problem:
![ebola-2015-01-04](https://cloud.githubusercontent.com/assets/4931746/5684690/45610d36-9833-11e4-8aac-66fe20d473d1.gif)

I use
=====
+ [Chart.js](http://www.chartjs.org)
+ [Leaflet.js](http://leafletjs.com)

Table -> Chart
======
__Your html table:__ ![Data table](http://github.wikunia.de/Table2Chart/images/line_table.jpg "")
__The generated chart:__ ![Chart](http://github.wikunia.de/Table2Chart/images/line_chart.jpg "")

License
======
[MIT license](http://opensource.org/licenses/MIT)