A chart plotting tool implemented by Golang and Highcharts.
Go to file
weizili.360.laptop 1bb6fe860f use the js from http://cdn.hcharts.cn/highcharts/4.0.1. and fix the showing charset problem 2014-12-25 21:22:09 +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
highcharts_js.go 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
jquery_1_8_3_min_js.go 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
main.go 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
modules_exporting_js.go 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
point_line_html.go use the js from http://cdn.hcharts.cn/highcharts/4.0.1. and fix the showing charset problem 2014-12-25 21:22:09 +08:00
server.go 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

gochart

An chart plot tool implemented by golang