{"id":53205,"library":"wcharczuk-go-chart","title":"Go Chart","description":"Go Chart is a Go library for generating charts and graphs as images.","status":"active","version":"2.0.1+incompatible","language":"go","source_language":null,"source_url":"https://github.com/wcharczuk/go-chart","tags":["chart","graph","visualization","image"],"install":[{"cmd":"go get github.com/wcharczuk/go-chart","lang":"bash","label":"Install github.com/wcharczuk/go-chart"}],"dependencies":[],"imports":[{"symbol":"chart","correct":"github.com/wcharczuk/go-chart"}],"quickstart":{"code":"package main\n\nimport (\n\t\"os\"\n\t\"github.com/wcharczuk/go-chart/v2\"\n)\n\nfunc main() {\n\tgraph := chart.Chart{\n\t\tSeries: []chart.Series{\n\t\t\tchart.ContinuousSeries{\n\t\t\t\tXValues: []float64{1.0, 2.0, 3.0},\n\t\t\t\tYValues: []float64{1.0, 2.0, 3.0},\n\t\t\t},\n\t\t},\n\t}\n\tf, _ := os.Create(\"output.png\")\n\tdefer f.Close()\n\tgraph.Render(chart.PNG, f)\n}","lang":"go","description":"Create a simple line chart and render to PNG"},"warnings":[{"fix":"Use import path github.com/wcharczuk/go-chart/v2 for version 2.x.","message":"Version 2.x uses a different import path (v2 subdirectory) than v1.","severity":"breaking","affected_versions":">=2.0.0"}],"env_vars":null,"search_vec":"'chart':2,4,11,16 'generat':10 'go':1,3,7 'graph':13,17 'imag':15,19 'librari':8 'visual':18","created_at":"2026-06-15T07:31:02.742021+00:00","updated_at":"2026-06-15T07:31:02.742021+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/wcharczuk/go-chart","github":"https://github.com/wcharczuk/go-chart","docs":"https://pkg.go.dev/github.com/wcharczuk/go-chart#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}