A chart plotting tool implemented by Golang and Highcharts.
Go to file
weizili.360.laptop 7da0f0e831 add win64 binary download 2014-12-27 11:16:42 +08:00
examples delete some useless file. and add more chart type 2014-12-27 11:09:52 +08:00
image add the example image 2014-12-27 11:10:17 +08:00
.gitignore Initial commit 2014-12-24 19:59:23 +08:00
LICENSE Add server.go and other js code, the chart is showing now. But has one problem, the showing charset has problem 2014-12-25 21:09:41 +08:00
README.md Initial commit 2014-12-24 19:59:23 +08:00
data_parser.go delete useless debug log 2014-12-26 21:24:29 +08:00
javascript_highcharts.go spline plot OK 2014-12-26 20:25:03 +08:00
javascript_jquery_1_8_3_min.go spline plot OK 2014-12-26 20:25:03 +08:00
javascript_modules_exporting.go spline plot OK 2014-12-26 20:25:03 +08:00
main.go delete useless debug log 2014-12-26 21:24:29 +08:00
pie_parser.go delete useless debug log 2014-12-26 21:24:29 +08:00
server.go delete some useless file. and add more chart type 2014-12-27 11:09:52 +08:00
spline_parser.go delete some useless file. and add more chart type 2014-12-27 11:09:52 +08:00
template_pie_html.go finished column plot. but pie plot has problem 2014-12-26 21:03:34 +08:00
template_spline_html.go delete some useless file. and add more chart type 2014-12-27 11:09:52 +08:00

README.md

gochart

An chart plot tool implemented by golang