Skip to content
/ gChart Public

Generate HTML-Based Charts using Go and no dependencies

License

Notifications You must be signed in to change notification settings

rvegas/gChart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gChart

gChart is an experimental Go Package that allows you to generate html-based charts.

ghcart demo

gChart uses Google Charts in order to render several types of charts (for now only column, linear and area charts are supported).

Examples and Usage

Go to examples/line_chart.go to see a simple example.

Roadmap - Next features

  • Add tests
  • Add more examples
  • Build a CLI app that uses gChart to produce PNG/PDF files
  • Support more of Google Charts' features

About

Generate HTML-Based Charts using Go and no dependencies

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages