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

I don't know if there is a way to show both negative and positive values, with the Y axis ranging bewteen min and max values, but with 0 still the...

![image](https://user-images.githubusercontent.com/41528662/203303546-99ecaf5b-1394-4d8c-9903-9b2987d07df9.png)

Trying to put Politics & Government on right side of chart. Despire reordering passed graph.Bars Politics & Government is second anyway ```go for i, value := range values { j...

I had a requirement to generate charts that somtimes contain only 1 element(100%)/ But having only one element as input values ends up with just the canvas. Single item donut...

Using chart.BarChart What I get: ![3d7de203-bea8-4f0c-af45-11a9107783e8](https://user-images.githubusercontent.com/50195619/194721410-4de615a7-f54f-41a1-8330-d107ddfc75f0.png) What I want to get: ![853435e9-1b8d-4f8c-8c3b-06e0f26ac086](https://user-images.githubusercontent.com/50195619/194721417-427cc7cd-d7fb-420d-8028-95adb06c6e10.png)

When the label is too long to show the label at one line, the label is dispeared, and I puzzled! I finally find the problem, in BarChart's function drawXAxis, there...

https://github.com/wcharczuk/go-chart/blob/11e380634bd594f5635f2f8e89a6e8c075ec1222/image_writer.go#L34 The current signature can't be type cast, I believe the output return parameter should be: (*image.RGBA, error) I changed a copy of the *Image_Writer.go and it works.

It's not convinient to put labels inside of a small picies

It seems to me that this line https://github.com/wcharczuk/go-chart/blob/master/time_series.go#L64 will always override what the user set. In my case, I want to disable the stroke. (What I would really like, is...