{"id":69137,"library":"go-echarts-go-echarts","title":"Go ECharts","description":"A Go library for generating ECharts visualizations, providing a simple API to create interactive charts.","status":"active","version":"1.0.0","language":"go","source_language":null,"source_url":"https://github.com/go-echarts/go-echarts","tags":["charts","visualization","echarts","data-visualization"],"install":[{"cmd":"go get github.com/go-echarts/go-echarts","lang":"bash","label":"Install github.com/go-echarts/go-echarts"}],"dependencies":[],"imports":[{"symbol":"charts","correct":"github.com/go-echarts/go-echarts/v2/charts"}],"quickstart":{"code":"package main\n\nimport (\n\t\"github.com/go-echarts/go-echarts/v2/charts\"\n\t\"github.com/go-echarts/go-echarts/v2/opts\"\n\t\"os\"\n)\n\nfunc main() {\n\tbar := charts.NewBar()\n\tbar.SetGlobalOptions(charts.WithTitleOpts(opts.Title{Title: \"My Bar Chart\"}))\n\tbar.AddSeries(\"Category\", []opts.BarData{{Value: 10}, {Value: 20}})\n\tf, _ := os.Create(\"bar.html\")\n\tbar.Render(f)\n}","lang":"go","description":"Creates a simple bar chart and renders it to an HTML file."},"warnings":[],"env_vars":null,"search_vec":"'api':13 'chart':17,18 'creat':15 'data':22 'data-visu':21 'echart':2,8,20 'generat':7 'go':1,4 'interact':16 'librari':5 'provid':10 'simpl':12 'visual':9,19,23","created_at":"2026-06-17T17:58:11.940060+00:00","updated_at":"2026-06-17T17:58:11.940060+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/go-echarts/go-echarts","github":"https://github.com/go-echarts/go-echarts","docs":"https://pkg.go.dev/github.com/go-echarts/go-echarts#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}