go-chart icon indicating copy to clipboard operation
go-chart copied to clipboard

go chart is a basic charting library in go.

Results 128 go-chart issues
Sort by recently updated
recently updated
newest added

**Go versions:** 1.13 / 1.14 ** Go module:** active **Release tested:** v2.0 / v2.0.1 **Problem:** When using go get with go module, v2.0.1 _is pulled by default_. Releases v2.0.1 and...

The default fill color of dot is the same as the stroke color, however, I would like to customize the fill color. Do you think this feature is ok? ![F3B59A6CFF99F37853BC68BC715806D5](https://user-images.githubusercontent.com/437351/145697810-d0954be1-a72d-4f5c-a82d-dcda1abdeba8.jpg)

This pull request fixes the following issues: 1. YAxis Label not drawn at all for BarChart. 2. Add support for label padding Instead of using BarChart.drawYAxis we can use YAxis.Render...

Hi. Unfortunately the topic "grid lines" isn't documented at all. The only thing I could find was a test file inside the project. Out of that I've created a small...

See here: ![output](https://user-images.githubusercontent.com/32659164/133822114-bbfccbd7-f439-456b-aa5b-6b3ea53bd1e9.png) I have the Y axis set manually (0, -45), because that is what I want to show, regardless of the data potentially going outside of this range....

Self explanatory. Labels on the chart don't scale terribly well.

I want to realize the upper and lower histogram. There is a line of text in the middle. How to realize the upper and lower symmetrical histogram?

I want to realize the circular pie chart, that is, the middle of the pie chart is circular and transparent. How to realize it?

Previously, in the case of no range between the data values for bar charts, `fmt.Errorf` was called (without format arguments), making the resulting error difficult to compare by downstream users....

Hi, Is there any way to Hide auto-generate X-axsis's tick, just show the x-axsis whick in my Xvalues[]? thanks.